RE: [Netpass-users] Having troubles subscribing... need help withnetpass (apache and portremover.pl)
Brought to you by:
jeffmurphy
From: Aaron A. <AA...@sd...> - 2006-03-30 17:48:45
|
Hopeing you can help me with this, I attached my error_log. It is = looking in /cookies/lock/ for a file which I can't find. Any help would = be most apriciated. =20 -----Original Message----- From: Jeff Murphy [mailto:jcm...@os...] Sent: Tue 28/03/2006 11:59 AM To: net...@li... Cc: Aaron Arnold Subject: Re: [Netpass-users] Having troubles subscribing... need help = withnetpass (apache and portremover.pl).. =20 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 -=20 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.=20 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..=20 >=20 > Second problem is with resetport can not connect to netpass db, it = gives > an error about /tmp/mysql.sock file. =20 >=20 >=20 > 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. |