Le mercredi 15 mars 2006 à 19:06 +0000, dal roth5 a écrit : > Hello there. > > I have the same problem as Srikanth.R. Obviously you guys must be compiling > all day long without difficulty, and doubtless many others are too; so > Srikanth and I must be doing something wrong. For the life of me though I > can't see it. > > My platform is Linux 2.6.12-12mdk i686 Intel(R) Pentium(R) 4 CPU 1400MHz > (Mandriva 2006). > > I don't have on my system the pwlib-devel or opal-devel packages because the > above FAQ page doesn't mention them. They were mentioned in a previous post > by Iason Antipariotis (who suggested removing them anyway). > > First off, I followed the instructions here: > http://www.gnomemeeting.org/faq/x114.html which mentions the OpenLDAP > library and the SDL library, so I installed: > libldap2.3_0-devel-2.3.6-4mdk.rpm > libldap2.3_0-2.3.6-4mdk.rpm > libldap2.3_0-static-devel-2.3.6-4mdk.rpm > and > libSDL1.2-1.2.8-5mdk.rpm > libSDL1.2-devel-1.2.8-5mdk.rpm > libSDL1.2-video-ggi-1.2.8-5mdk.rpm > libSDL1.2-video-directfb-1.2.8-5mdk.rpm. > > Then I downloaded the 3 source packages ekiga-2.0.1.tar.gz, > opal-2.2.1.tar.gz and pwlib-1.10.0.tar.gz from here: > http://www.ekiga.org/index.php?rub=5&path=sources/sources and untarred them. > > Then for pwlib I did: > ./configure --prefix=/usr --enable-plugins --disable-oss --enable-v4l2 && > make && make install > It compiled and installed cleanly. > > Then for Opal I did: > ./configure --prefix=/usr && make && make install > It too compiled and installed cleanly. > > Finally for ekiga I did: > ./configure --prefix=/usr --sysconfdir=/etc && make && make install > > It barfed in the configuration, saying, "error: Sorry but the PWLib version > you are using doesn't support LDAP". > > I've attached a gzip of the config log; can one of you help me please? I'd > really like to try Ekiga, but at the moment I'm rather tearing my hair out > trying to get it built! :) Thank you. >
check if pwlib detected openldap or not: grep P_LDAP CVS/pwlib/include/ptbuildopts.h #define P_LDAP 1 If you do not get this as result, then it was not detected, for some reason. If it is the case, check pwlib's config.log. What I would suggest is "make uninstall" for everything, and install our binaries from ekiga.org. -- _ Damien Sandras (o- //\ Ekiga Softphone: http://www.ekiga.org/ v_/_ FOSDEM 2006 : http://www.fosdem.org/ SIP Phone : sip:[EMAIL PROTECTED] sip:[EMAIL PROTECTED] _______________________________________________ GnomeMeeting-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnomemeeting-list
