Re: [OpenSER-Devel] Problem with 1.3 mysql module and FreeBSD

2008-01-16 Thread Jesus Rodriguez
Hi Bogdan, > I made the backport to 1.3, but I will not regenerate the tarball as > other changes were also done on the 1.3 branch and the new tarball > will not reflect anymore the svn tag. > > If you need it, you can generate it by yourself from a svn checkout > by "make tar" Ok. Then,

Re: [OpenSER-Devel] Problem with 1.3 mysql module and FreeBSD

2008-01-16 Thread Bogdan-Andrei Iancu
Hi Jesus, I made the backport to 1.3, but I will not regenerate the tarball as other changes were also done on the 1.3 branch and the new tarball will not reflect anymore the svn tag. If you need it, you can generate it by yourself from a svn checkout by "make tar" Regards, Bogdan Jesus Rod

Re: [OpenSER-Devel] Problem with 1.3 mysql module and FreeBSD

2008-01-16 Thread Bogdan-Andrei Iancu
Hi Dan, Yes, this is correct - the previous error was effecting only systems or custom installations where mysql header files were not places in a default search path. Regards, Bogdan Dan Pascu wrote: > With debian there never was a problem in the first place. It has the mysql > include files

Re: [OpenSER-Devel] Problem with 1.3 mysql module and FreeBSD

2008-01-15 Thread Dan Pascu
With debian there never was a problem in the first place. It has the mysql include files under /usr/include/mysql and /usr/include is in the default search path even if not mentioned explicitly. So with debian it doesn't matter if we had -I/usr/include/mysql specified because -I/usr/include (w

Re: [OpenSER-Devel] Problem with 1.3 mysql module and FreeBSD

2008-01-15 Thread Jesus Rodriguez
Hi Bogdan, > I made a fix on SVN trunk. Instead of removing "mysql/" from the C > include directive (which may lead to some ambiguity in file names), > I preferred to remove the "/mysql" from the compile include path... > > I will ask as many people as possible to test this and see if there

Re: [OpenSER-Devel] Problem with 1.3 mysql module and FreeBSD

2008-01-15 Thread Ovidiu Sas
It is compiling ok under debian. make[1]: Entering directory `/usr/src/openser/modules/mysql' Compiling dbase.c gcc -fPIC -DPIC -DMOD_NAME='"mysql"'-DNAME='"openser"' -DVERSION='"1.4.0dev0-notls"' -DARCH='"i386"' -DOS='"linux"' -DCOMPILER='"gcc 4.1.2"' -D__CPU_i386 -D__OS_linux -D__SMP_no -D

Re: [OpenSER-Devel] Problem with 1.3 mysql module and FreeBSD

2008-01-15 Thread Bogdan-Andrei Iancu
Hi Jesus, I made a fix on SVN trunk. Instead of removing "mysql/" from the C include directive (which may lead to some ambiguity in file names), I preferred to remove the "/mysql" from the compile include path... I will ask as many people as possible to test this and see if there are any probl

Re: [OpenSER-Devel] Problem with 1.3 mysql module and FreeBSD

2007-12-20 Thread Jesus Rodriguez
Hi Bogdan, > That is strange as also on linux the include dir is similarly > reported: > $ mysql_config --include > -I/usr/include/mysql > > I will investigate a bit ... Could you take a look on this?. I'm waiting to commit the 1.3.0 port on FreeBSD cvs until we can fix this. Thanks.

Re: [OpenSER-Devel] Problem with 1.3 mysql module and FreeBSD

2007-12-14 Thread Jesus Rodriguez
Hi Bogdan, > That is strange as also on linux the include dir is similarly > reported: > $ mysql_config --include > -I/usr/include/mysql > > I will investigate a bit ... Just let me know if you need something. Regards. Saludos JesusR. > Jesus Rodriguez wrote: >> Hello, >> >> While

Re: [OpenSER-Devel] Problem with 1.3 mysql module and FreeBSD

2007-12-14 Thread Bogdan-Andrei Iancu
Hi Jesus, That is strange as also on linux the include dir is similarly reported: $ mysql_config --include -I/usr/include/mysql I will investigate a bit ... Thanks and regards, bogdan Jesus Rodriguez wrote: > Hello, > > While i was updating the FreeBSD port to 1.3 i found that mysql modul

[OpenSER-Devel] Problem with 1.3 mysql module and FreeBSD

2007-12-13 Thread Jesus Rodriguez
Hello, While i was updating the FreeBSD port to 1.3 i found that mysql module does not compile. The problem is that if autodetection of mysql client configuration is used, the includes are not found. Mysql module Makefile executes: [EMAIL PROTECTED] /var/tmp/openser-1.3.0-tls/modules/mysql]