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-22 21:22:54
|
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.. > What flavor of linux? Did you use the pre-built binaries, or did you build Perl & Apache on your own? The above looks like one or the other wasn't built with threading (-lpthread). > Second problem is with resetport can not connect to netpass db, it gives > an error about /tmp/mysql.sock file. in /etc/my.cnf, try adding socket= like this: [mysqld] datadir=/var/lib/mysql socket=/var/lib/mysql/mysql.sock ... [mysql] socket=/var/lib/mysql/mysql.sock [mysqladmin] socket=/var/lib/mysql/mysql.sock [mysqldump] socket=/var/lib/mysql/mysql.sock which is the "usual" place where it lives. jeff > > > 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. > > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting language > that extends applications into web and mobile media. Attend the live webcast > and join the prime developer group breaking into this new coding territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 > _______________________________________________ > Netpass-users mailing list > Net...@li... > https://lists.sourceforge.net/lists/listinfo/netpass-users |