Richard A Downing wrote these words on 12/07/05 15:35 CST: > I suspect the versions of pwlib and Openh323 have to match in some > way. At least this is my memory from the one time I tried this - the > versions are critical - I had to use CVS versions too. > > The BLFS book suggests that pwlib-1.8.7 compiled with OpenLDAP support > and OpenH323-1.15.6 work together, at least the editor that last tested > Gnomemeeting found this to work.
Exactly correct Richard. That Editor would be me, and you nailed it. Gnomemeeting specifies certain versions of pwlib and Openh323 (and they are updated every release it seems, so they are not stale versions) and it works perfectly every time. My recommendation would be to use the version specified by Gnomemeeting. The most current versions would probably be here: http://www.gnomemeeting.org/index.php?rub=5&path=sources/sources Here's what I do: For pwlib: ./configure --prefix=/usr --enable-plugins --enable-v4l2 make make install chmod -v 755 /usr/lib/libpt_linux_x86_r.so.1.8.7 chmod -v 755 /usr/lib/pwlib/devices/{videoinput,sound}/*.so For OpenH (I used some Mimas version as that is what corresponded with the version number): ./configure --prefix=/usr make doxygen openh323.dxy mv html basic_html mv latex basic_latex doxygen openh323_cfg.dxy make install chmod -v 755 /usr/lib/libh323_linux_x86_r.so install -v -m755 -d /usr/share/doc/openh323-1.15.6-Mimas_patch2/{basic,cfg} for FILENAME in `ls html` do install -v -m644 html/$FILENAME /usr/share/doc/openh323-1.15.6-Mimas_patch2/cfg done install -v -m644 basic_html/* /usr/share/doc/openh323-1.15.6-Mimas_patch2/basic install -v -m644 *.{txt,rtf} /usr/share/doc/openh323-1.15.6-Mimas_patch2 If you aren't concerned with docs, that would be: ./configure --prefix=/usr make make install chmod -v 755 /usr/lib/libh323_linux_x86_r.so I hope this helps. -- Randy rmlscsi: [GNU ld version 2.15.94.0.2 20041220] [gcc (GCC) 3.4.3] [GNU C Library stable release version 2.3.4] [Linux 2.6.10 i686] 02:10:01 up 74 days, 11:34, 3 users, load average: 1.24, 1.08, 0.65 -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page