Re: [GnomeMeeting-list] problem with ptlib



Hi Martin,

yes, ptlib is included in pwlib...

probably this small script should do for you.. (it's for CVS-version.. if you want to compile the tarball, it's configure, not autogen.sh, rest is the same)

if you still get problems, try to include $PWLIBDIR/lib:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWLIBDIR/lib:$OPENH323DIR/lib
and/or in your /etc/ld.so.conf (run ldconfig after editing in there)


-(...cut...here...)-
export PWLIBDIR=/usr/local/pwlib
export LIBDIR=/usr/local/lib
./autogen.sh \
  --with-ptlib-includes=$PWLIBDIR/include/ptlib \
  --with-ptlib-libs=$PWLIBDIR/lib \
  --with-openh323-libs=$OPENH323DIR/lib \
  --with-openh323-includes=$OPENH323DIR/include \
  --with-openssl-includes=/usr/include/openssl \
  --prefix=/opt/gnome \
  --sysconfdir=/etc/gnome && \
make && \
su -c 'make install distclean'
-(snip)-

-- 
Best regards,
 Kilian
----------------------------------------------------------------
/dev/random reads at Saturday, March 23, 2002 12:59:
I.R.S.: We've got what it takes to take what you've got!
----------------------------------------------------------------



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]