Hi,
I install ser-0.8.14 on FC2 under the path/usr/local/, but after typing the commands "make", "make modules" and "make install", I cannot find mysql.so compiled. Other modules are compiled correctly.
I would like to ask what pre-installed rpm packages must be needed before making mysql module?
mysql-3.23.58-9 php-mysql-4.3.4-11 mod_auth_mysql-20030510-4.1 mysql-server-3.23.58-9
Hope somebody can help me. Thanks.
Thomas
Hi Thomas,
mysql module is by default excluded from compilation. See Makefile, "exclude_modules" variable and remove "mysql" from there.
Best regards, Marian
support wrote:
Hi,
I install ser-0.8.14 on FC2 under the path/usr/local/, but after typing the commands "make", "make modules" and "make install", I cannot find mysql.so compiled. Other modules are compiled correctly.
I would like to ask what pre-installed rpm packages must be needed before making mysql module?
mysql-3.23.58-9 php-mysql-4.3.4-11 mod_auth_mysql-20030510-4.1 mysql-server-3.23.58-9
Hope somebody can help me. Thanks.
Thomas
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
On Tue, 30 Nov 2004, Marian Dumitru wrote:
Hi Thomas,
mysql module is by default excluded from compilation. See Makefile, "exclude_modules" variable and remove "mysql" from there.
Further to this, you may need the mysql-devel packages installed..
Hi,
I can make mysql.so finally. Thank you.
Thomas
On Tue, 2004-11-30 at 15:59, Steve Phillips wrote:
On Tue, 30 Nov 2004, Marian Dumitru wrote:
Hi Thomas,
mysql module is by default excluded from compilation. See Makefile, "exclude_modules" variable and remove "mysql" from there.
Further to this, you may need the mysql-devel packages installed..