22 Jan 2009 21:37
problems with so creation on install
Hello. I'm having difficulty getting mod_log_sql-1.101 to create any so's on Centos 5.2. I've got a system with mysql-5.0.45 and devel and apache 2.0.61 configured from source. configure and make seem to pass OK, but make install gets me the dump below. I end up with all the .a and .la files installed in /usr/local/apache2/modules, but no so files and seemingly no direct errors on so creation. I appreciate any pointers, and if I'm being boneheaded and missing something obvious I apologize. Thanks in advance for any help! files created in apache2/modules: ls /usr/local/apache2/modules/*sql* /usr/local/apache2/modules/mod_log_sql.a /usr/local/apache2/modules/mod_log_sql.la /usr/local/apache2/modules/mod_log_sql_logio.a /usr/local/apache2/modules/mod_log_sql_logio.la /usr/local/apache2/modules/mod_log_sql_mysql.a /usr/local/apache2/modules/mod_log_sql_mysql.la /usr/local/apache2/modules/mod_log_sql_ssl.a /usr/local/apache2/modules/mod_log_sql_ssl.la output of make install: [root <at> pwsin024 mod_log_sql-1.101]# make install Making install in docs make[1]: Entering directory `/home/mboeckma/mod_log_sql-1.101/docs' make[1]: Leaving directory `/home/mboeckma/mod_log_sql-1.101/docs'(Continue reading)
RSS Feed