I'm having problems getting Mogile to run on a server of mine. Basically when I perform this step I get an error:
# su mogile $ mogilefsd -c /etc/mogilefs/mogilefsd.conf --daemon $ exit I get this error: > mogilefsd: error while loading shared libraries: > /usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-multi/auto/DBD/mysql/mysql.so: > undefined symbol: mysql_server_init > When I was installing DBD::mysql via cpan, it would fail at the make test stage, which lots of errors like this: > t/insertid..............install_driver(mysql) failed: Can't load > '/root/.cpan/build/DBD-mysql-4.006-QCCZ6J/blib/arch/auto/DBD/mysql/mysql.so' > for module DBD::mysql: > /root/.cpan/build/DBD-mysql-4.006-QCCZ6J/blib/arch/auto/DBD/mysql/mysql.so: > undefined symbol: mysql_server_init at > /usr/lib/perl5/5.8.3/i386-linux-thread-multi/DynaLoader.pm line 229. I tried ignoring it and just did a make install. My DBI is the latest version and I'm on Fedora 8. I don't know what to do here. Can someone offer some help?
