Re: [Sqlrelay-discussion] Tip and RFE on compiling sqlrelay on x86_64 linux machines
Brought to you by:
mused
|
From: Arnaud C. <arn...@co...> - 2006-02-17 14:44:34
|
David, This has still to be corrected manually in libtool to compiled correctly in x86_64 environment (in both rudiments-0.29 & sqlrelay-0.37)... It's no big deal and far from being critical, but if you have the time to integrate it in a future release, would be great ;) Thanks Arnaud Connois Arnaud Connois wrote: > > Hi all, > > A compilation tip for people using x86_64 Linux machines (In my case > Fedora Core 4 on AMD Operon) : > > Rudiment and SqlRelay "configure" seems to incorrectly detect the > locations of the 64 bits libraries... > > To get compilation to work do (for both rudiment and sqlrelay) : > > - ./configure (with your favorites parameters) > > - Edit the "libtool" file and add locate the "sys_lib_search_path_spec" > and "sys_lib_dlsearch_path_spec" lines... Add to the existing value : > "/lib64 /usr/lib64 /usr/local/lib64" > > Should look like this : > > # Compile-time system search path for libraries > sys_lib_search_path_spec=" (...lots of paths here...) /lib64 /usr/lib64 > /usr/local/lib64" > > # Run-time system search path for libraries > sys_lib_dlsearch_path_spec="(...some paths here...) /lib64 /usr/lib64 > /usr/local/lib64" > > - Then run make and make install > > Maybe this is a little crude but it works. > > There was exactly the same problem in PHP 4.3.9... They fixed it in > 4.4.1. > > Maybe we could have this fixed in Final 0.37 of Sqlrelay, even if it > is far from critical... (This was the RFE part of the mail, hehehe) > > Cheers > > Arnaud > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by the JBoss Inc. Get Certified Today > Register for a JBoss Training Course. Free Certification Exam > for All Training Attendees Through End of 2005. For more info visit: > http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click > _______________________________________________ > Sqlrelay-discussion mailing list > Sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlrelay-discussion |