RE: [Sqlrelay-discussion] MySQL on Fedora 3
Brought to you by:
mused
|
From: Marvin W. <MW...@la...> - 2005-02-09 23:34:39
|
Hi David,
I`ve fixed my problem now.
Firstly I was using --enable-mysql-prefix=/opt/installs/sources/mysql-4.1.9
instead of --with-mysql-prefix=/opt/installs/sources/mysql-4.1.9
Then after filling the configure file with loads of debug it could not find
the libmysqlclient.so file.
It was looking in $paths/lib/opt so I changed this line to
$paths/libmysql/.libs
The full lines are
Old
eval "LIBPATH=\"$paths/lib/opt\";
LIBSTRING=\"$paths/lib/opt/lib$LIBNAME.$SOSUFFIX\""
New
eval "LIBPATH=\"$paths/libmysql/.libs\";
LIBSTRING=\"$paths/libmysql/.libs/lib$LIBNAME.$SOSUFFIX\""
I`m sure you`ll have a better way of doing it but this works for me for now.
Regards,
Marvin.
-----Original Message-----
From: sql...@li...
[mailto:sql...@li...] On Behalf Of Marvin
Wright
Sent: 09 February 2005 17:30
To: sql...@li...; sql...@ya...
Subject: RE: [Sqlrelay-discussion] MySQL on Fedora 3
I got it, I remove the - before pre2 :)
Thanks
Marvin
-----Original Message-----
From: sql...@li...
[mailto:sql...@li...] On Behalf Of David
Muse
Sent: 09 February 2005 15:55
To: sql...@li...; sql...@ya...
Subject: Re: [Sqlrelay-discussion] MySQL on Fedora 3
There's a prerelease of version 0.36 available at
http://www.firstworks.com/sqlrelay-0.36-pre2.tar.gz
that should fix this problem (among others). The tarball includes a
prerelease of the next version of rudiments as well.
Give it a try and see how it goes.
Dave
dav...@fi...
On Tue, 8 Feb 2005 23:19:48 -0000
Marvin Wright <MW...@la...> wrote:
>
> Hi,
>
> I've sent this message to the yahoo groups board too as still both are
> being used.
> Sorry for any repetition.
>
>
> I can not configure sqlrelay 0.35 at all on fedora 3.
>
> I have untared the mysql source into
>
> /opt/installs/sources/mysql-4.1.9
>
> I then try to configure as below
>
> ./configure --enable-mysql-prefix=/opt/installs/sources/mysql-4.1.9
>
> but always I get
>
> configure: WARNING: MySQL support will not be built.
>
> Any ideas ? Whats it looking for ?
>
> Regards,
>
> Marvin Wright
> Flights Developer
> Lastminute.com
> mw...@la...
> +44 (0) 207 802 4543
>
>
>
> **********************************************************************
> This email and any files transmitted with it are confidential and
> intended solely for the use of the individual or entity to whom they
> are addressed. If you have received this email in error please notify
> the system manager.
>
> This footnote also confirms that this email message has been swept by
> MIMEsweeper for the presence of computer viruses.
>
> www.mimesweeper.com
> **********************************************************************
>
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide Read honest & candid reviews
on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Sqlrelay-discussion mailing list
Sql...@li...
https://lists.sourceforge.net/lists/listinfo/sqlrelay-discussion
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide Read honest & candid reviews
on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Sqlrelay-discussion mailing list
Sql...@li...
https://lists.sourceforge.net/lists/listinfo/sqlrelay-discussion
|