Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
mod_php and yp/nis install
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
brokenbeat
n00b
n00b


Joined: 05 Mar 2004
Posts: 14
Location: lisbon, portugal

PostPosted: Fri Mar 05, 2004 12:03 pm    Post subject: mod_php and yp/nis install Reply with quote

hey, i'm trying to install the horde framework on my computer but while installing the mod_php it fails here:

Code:

checking for memmove... (cached) yes
checking whether to enable xslt support... yes
checking for XSLT Sablotron backend... yes
checking for libexpat dir for Sablotron XSL support... no
checking for iconv dir for Sablotron XSL support... no
checking for JavaScript for Sablotron XSL support... no
checking for Sablotron libraries in the default path... found in /usr
checking for sablot-config... found
checking for Sablotron version... >= 0.96
checking for iconv... (cached) yes
checking for SablotSetEncoding in -lsablot... no
checking for SablotGetOptions in -lsablot... no
checking for YAZ support... no
checking whether to include YP support... yes
checking for yp_match in -lnsl... no
checking for yp_match in -lc... no
configure: error: Unable to find required yp/nis library
 
!!! ERROR: dev-php/mod_php-4.3.4-r4 failed.
!!! Function econf, Line 365, Exitcode 1
!!! econf failed


i've already looked in this forum and google and i can't seem to find a solution.
i've already followed other tips like using "-qt" and reemerging "libwww".
anyone who knows where i can get the yp/nis library i'd be thankful for the info.
Back to top
View user's profile Send private message
To
Veteran
Veteran


Joined: 12 Apr 2003
Posts: 1145
Location: Coimbra, Portugal

PostPosted: Fri Mar 05, 2004 12:14 pm    Post subject: Reply with quote

Try too look into your config.log maybe you will have the error better explained.


_________________

------------------------------------------------
Linux Gandalf 3.2.35-grsec
Gentoo Base System version 2.2
------------------------------------------------
Back to top
View user's profile Send private message
brokenbeat
n00b
n00b


Joined: 05 Mar 2004
Posts: 14
Location: lisbon, portugal

PostPosted: Fri Mar 05, 2004 12:31 pm    Post subject: Reply with quote

i'm trying to find what happened (i had never used the config.log before).
if you have any idea this is the tail.

Quote:

int main() {
SablotGetOptions()
; return 0; }
configure:85253: checking for YAZ support
configure:85766: checking whether to include YP support
configure:85812: checking for yp_match in -lnsl
configure:85831: gcc -o conftest -O3 -mcpu=athlon-tbird -pipe -L/usr/lib -ldb-4.0 -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 conftest.c -lnsl -lsablot -lexpat -lexpat -lcrypt -lpspell -lpdf -lz -ltiff -lpng -ljpeg -lmhash -lmcrypt -lltdl -lexslt -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lxml2 -lz -lm -lcrypt 1>&5 /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/libstdc++.so.5: undefined reference to `_Unwind_Resume_or_Rethrow@GCC_3.3'
collect2: ld returned 1 exit status
configure: failed program was:
#line 85820 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char yp_match();

int main() {
yp_match()
; return 0; }
configure:85853: checking for yp_match in -lc
configure:85872: gcc -o conftest -O3 -mcpu=athlon-tbird -pipe -L/usr/lib -ldb-4.0 -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 conftest.c -lc -lsablot -lexpat -lexpat -lcrypt -lpspell -lpdf -lz -ltiff -lpng -ljpeg -lmhash -lmcrypt -lltdl -lexslt -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lxml2 -lz -lm -lcrypt 1>&5 /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/libstdc++.so.5: undefined reference to `_Unwind_Resume_or_Rethrow@GCC_3.3'
collect2: ld returned 1 exit status
configure: failed program was:
#line 85861 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char yp_match();

int main() {
yp_match()
; return 0; }
Back to top
View user's profile Send private message
brokenbeat
n00b
n00b


Joined: 05 Mar 2004
Posts: 14
Location: lisbon, portugal

PostPosted: Fri Mar 05, 2004 11:14 pm    Post subject: Reply with quote

checked this post with the same error:
https://forums.gentoo.org/viewtopic.php?t=143582

tried to add yp-tools.
tried to reemerge glibc

nothing yet. :cry:
Back to top
View user's profile Send private message
padukes
Apprentice
Apprentice


Joined: 27 Feb 2003
Posts: 232

PostPosted: Sun Nov 27, 2005 3:43 pm    Post subject: Reply with quote

hi!

Did you ever get this solved? I have the same "undefined reference to `_Unwind_Resume_or_Rethrow@GCC_3.3'" error

Thanks,
P
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum