Re: [Netpass-users] Having troubles subscribing... need help with netpass (apache and portremover.p
Brought to you by:
jeffmurphy
From: Jeff M. <jcm...@os...> - 2006-03-28 19:59:54
|
I uploaded a new build of Apache. The FC3 build was done incorrectly and we forgot to link in libpthread http://foobar.cit.buffalo.edu/netpass/ttt/FC3/apache-1.3.34.tar.bz2 since you already went thru the install, just do this to avoid going thru it again: cd /tmp wget http://foobar.cit.buffalo.edu/netpass/ttt/FC3/apache-1.3.34.tar.bz2 cd /opt bunzip2 -c /tmp/apache-1.3.34 | sudo tar -xf - sudo cp apache/conf/* apache_1.3.34/conf/ sudo rm apache sudo ln -s apache_1.3.34 apache sudo apache/bin/apachectl start and it should start successfully. jeff On Wed, 2006-03-22 at 08:25 -0800, Aaron Arnold wrote: > Two problems I'm having when I try and launch apache manually I get a > symbol lookup error in /opt/perl/lib/5.6.8/i686-linux/auto/Cwd/Cwd.so > undefined symbol perl_gthr_key_ptr.. > > Second problem is with resetport can not connect to netpass db, it gives > an error about /tmp/mysql.sock file. > > > Hoping someone can help me out here. I'm not using the cluster version > of mysql as I don't need that feature, just the regular version. |