Re: fc8 mysql libs brocken ??

2008-10-21 Thread Gregory Machin
No issues found

[EMAIL PROTECTED] ~]# package-cleanup --clean
Setting up yum
No dupes to clean

Thanks for the tip ..

On Tue, Oct 21, 2008 at 7:41 AM, Craig White [EMAIL PROTECTED] wrote:
 On Tue, 2008-10-21 at 07:35 +0200, Gregory Machin wrote:
 On Mon, Oct 20, 2008 at 11:25 PM, David Timms [EMAIL PROTECTED] wrote:
  Gregory Machin wrote:
 
  Hi
  I'm having a lot of trouble getting application with mysql
  dependencies to compile, all the errors are the same with the make
  
  /usr/bin/ld: skipping incompatible /usr/lib/mysql/libmysqlclient.so
  when searching for -lmysqlclient
 
  Don't know the answer, but to start off:
  - where does that file come from ?
  rpm -qf /usr/lib/mysql/libmysqlclient.so

 Here are my results
 mysql-devel-5.0.45-6.fc8

 
  - what mysql related packages do you have installed ?
  rpm -qa|grep -i sql|sort

 hsqldb-1.8.0.8-1jpp.4.fc8
 libdbi-dbd-mysql-0.8.2-1.2.fc8
 libdbi-dbd-pgsql-0.8.2-1.2.fc8
 mod_auth_mysql-3.0.0-5
 mod_auth_pgsql-2.0.3-6
 mono-data-sqlite-1.2.4-2.fc8
 mysql-5.0.45-6.fc8
 mysql-connector-java-3.1.12-3.fc6
 mysql-connector-odbc-3.51.14r248-2.fc8
 mysql-devel-5.0.45-6.fc8
 mysql-devel-5.0.45-6.fc8
 mysql-libs-5.0.45-6.fc8
 mysql-libs-5.0.45-6.fc8
 MySQL-python-1.2.2-4.fc8
 mysql-server-5.0.45-6.fc8
 perl-DBD-MySQL-4.005-2.fc8.1
 php-mysql-5.2.4-3
 php-pgsql-5.2.4-3
 postgresql-8.2.5-1.fc8
 postgresql-libs-8.2.5-1.fc8
 postgresql-libs-8.2.5-1.fc8
 postgresql-python-8.2.5-1.fc8
 postgresql-server-8.2.5-1.fc8
 sqlite-3.4.2-3.fc8
 sqlite-3.4.2-3.fc8
 sqlite-devel-3.4.2-3.fc8
 sqlite-devel-3.4.2-3.fc8
 
 looks ugly...make sure you have yum-utils package installed

 yum install yum-utils
 package_cleanup --cleandupes

 might be useful here

 Craig



-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: fc8 mysql libs brocken ??

2008-10-21 Thread Paulo Cavalcanti
On Tue, Oct 21, 2008 at 4:12 AM, Gregory Machin [EMAIL PROTECTED] wrote:

 No issues found

 [EMAIL PROTECTED] ~]# package-cleanup --clean
 Setting up yum
 No dupes to clean


It seems to me that you do not have the 64 bit libraries.

Try:

 rpm -qa --qf %{name}-%{version}-%{release}.%{arch} \n | grep mysql


-- 
Paulo Roma Cavalcanti
LCG - UFRJ
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: fc8 mysql libs brocken ??

2008-10-21 Thread Michael Schwendt
On Tue, 21 Oct 2008 11:40:06 +0200, Gregory Machin wrote:

 They are installed ...
 
 [EMAIL PROTECTED] pmacct-0.11.5]# rpm -qa --qf
 %{name}-%{version}-%{release}.%{arch} \n | grep mysql
 mysql-libs-5.0.45-6.fc8.i386
 mysql-connector-java-3.1.12-3.fc6.x86_64
 mysql-devel-5.0.45-6.fc8.i386
 mysql-5.0.45-6.fc8.x86_64
 mysql-libs-5.0.45-6.fc8.x86_64
 
 with both libs installed configure is happy
 PLATFORM . : x86_64

You only have the i386 mysql-devel. Build with setarch i386.

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: fc8 mysql libs brocken ??

2008-10-21 Thread Gregory Machin
tried setarch
tried addinf devel.x86_64
and tried setarch x86_64

and still get the following ...

probe_plugin -Lnfprobe_plugin/ -lsfprobe_plugin -Lsfprobe_plugin/
/usr/bin/ld: skipping incompatible /usr/lib/mysql/libmysqlclient.so
when searching for -lmysqlclient
/usr/bin/ld: skipping incompatible /usr/lib/mysql/libmysqlclient.a
when searching for -lmysqlclient
/usr/bin/ld: cannot find -lmysqlclient
collect2: ld returned 1 exit status
gmake[2]: *** [pmacct] Error 1
gmake[2]: Leaving directory `/data/apps/pmacct/pmacct-0.11.5/src'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/data/apps/pmacct/pmacct-0.11.5/src'
make: *** [all-recursive] Error 1


2008/10/21 Michael Schwendt [EMAIL PROTECTED]:
 On Tue, 21 Oct 2008 11:40:06 +0200, Gregory Machin wrote:

 They are installed ...

 [EMAIL PROTECTED] pmacct-0.11.5]# rpm -qa --qf
 %{name}-%{version}-%{release}.%{arch} \n | grep mysql
 mysql-libs-5.0.45-6.fc8.i386
 mysql-connector-java-3.1.12-3.fc6.x86_64
 mysql-devel-5.0.45-6.fc8.i386
 mysql-5.0.45-6.fc8.x86_64
 mysql-libs-5.0.45-6.fc8.x86_64

 with both libs installed configure is happy
 PLATFORM . : x86_64

 You only have the i386 mysql-devel. Build with setarch i386.

 --
 fedora-list mailing list
 fedora-list@redhat.com
 To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
 Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: fc8 mysql libs brocken ??

2008-10-21 Thread Paulo Cavalcanti
On Tue, Oct 21, 2008 at 8:52 AM, Gregory Machin [EMAIL PROTECTED] wrote:

 tried setarch
 tried addinf devel.x86_64
 and tried setarch x86_64

 and still get the following ...

 probe_plugin -Lnfprobe_plugin/ -lsfprobe_plugin -Lsfprobe_plugin/
 /usr/bin/ld: skipping incompatible /usr/lib/mysql/libmysqlclient.so
 when searching for -lmysqlclient
 /usr/bin/ld: skipping incompatible /usr/lib/mysql/libmysqlclient.a
 when searching for -lmysqlclient
 /usr/bin/ld: cannot find -lmysqlclient
 collect2: ld returned 1 exit status
 gmake[2]: *** [pmacct] Error 1
 gmake[2]: Leaving directory `/data/apps/pmacct/pmacct-0.11.5/src'
 gmake[1]: *** [all-recursive] Error 1
 gmake[1]: Leaving directory `/data/apps/pmacct/pmacct-0.11.5/src'
 make: *** [all-recursive] Error 1


 2008/10/21 Michael Schwendt [EMAIL PROTECTED]:
  On Tue, 21 Oct 2008 11:40:06 +0200, Gregory Machin wrote:
 
  They are installed ...
 
  [EMAIL PROTECTED] pmacct-0.11.5]# rpm -qa --qf
  %{name}-%{version}-%{release}.%{arch} \n | grep mysql
  mysql-libs-5.0.45-6.fc8.i386
  mysql-connector-java-3.1.12-3.fc6.x86_64
  mysql-devel-5.0.45-6.fc8.i386
  mysql-5.0.45-6.fc8.x86_64
  mysql-libs-5.0.45-6.fc8.x86_64
 
  with both libs installed configure is happy
  PLATFORM . : x86_64
 
  You only have the i386 mysql-devel. Build with setarch i386.
 
  --
 



Install

mysql-devel-5.0.45-6.fc8.x86_64

and try again. I also would remove the i386 devel package.



-- 
Paulo Roma Cavalcanti
LCG - UFRJ
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: fc8 mysql libs brocken ??

2008-10-21 Thread Gregory Machin
[EMAIL PROTECTED] pmacct-0.11.5]# yum list mysql-*
updates-newkey100% |=| 2.3 kB00:00
fedora100% |=| 2.1 kB00:00
adobe-linux-i386  100% |=|  972 B00:00
updates   100% |=| 2.6 kB00:00
Installed Packages
mysql.x86_64 5.0.45-6.fc8   installed
mysql-connector-java.x86_64  1:3.1.12-3.fc6 installed
mysql-devel.x86_64   5.0.45-6.fc8   installed
mysql-libs.x86_645.0.45-6.fc8   installed

with only 64bit

I'm back at this error
checking whether to enable MySQL support... checking how to run the C
preprocessor... (cached) gcc -E
yes
checking default locations for libmysqlclient... not found
checking for mysql_real_connect in -lmysqlclient... no
configure: error:
ERROR: missing MySQL client library. Refer to: http://www.mysql.com/

 not good Iv tried the --with-msql=/path to libs for both i386
and 64bit and the error is the same as above ... I'm lost ...


On Tue, Oct 21, 2008 at 12:58 PM, Paulo Cavalcanti [EMAIL PROTECTED] wrote:


 On Tue, Oct 21, 2008 at 8:52 AM, Gregory Machin [EMAIL PROTECTED] wrote:

 tried setarch
 tried addinf devel.x86_64
 and tried setarch x86_64

 and still get the following ...

 probe_plugin -Lnfprobe_plugin/ -lsfprobe_plugin -Lsfprobe_plugin/
 /usr/bin/ld: skipping incompatible /usr/lib/mysql/libmysqlclient.so
 when searching for -lmysqlclient
 /usr/bin/ld: skipping incompatible /usr/lib/mysql/libmysqlclient.a
 when searching for -lmysqlclient
 /usr/bin/ld: cannot find -lmysqlclient
 collect2: ld returned 1 exit status
 gmake[2]: *** [pmacct] Error 1
 gmake[2]: Leaving directory `/data/apps/pmacct/pmacct-0.11.5/src'
 gmake[1]: *** [all-recursive] Error 1
 gmake[1]: Leaving directory `/data/apps/pmacct/pmacct-0.11.5/src'
 make: *** [all-recursive] Error 1


 2008/10/21 Michael Schwendt [EMAIL PROTECTED]:
  On Tue, 21 Oct 2008 11:40:06 +0200, Gregory Machin wrote:
 
  They are installed ...
 
  [EMAIL PROTECTED] pmacct-0.11.5]# rpm -qa --qf
  %{name}-%{version}-%{release}.%{arch} \n | grep mysql
  mysql-libs-5.0.45-6.fc8.i386
  mysql-connector-java-3.1.12-3.fc6.x86_64
  mysql-devel-5.0.45-6.fc8.i386
  mysql-5.0.45-6.fc8.x86_64
  mysql-libs-5.0.45-6.fc8.x86_64
 
  with both libs installed configure is happy
  PLATFORM . : x86_64
 
  You only have the i386 mysql-devel. Build with setarch i386.
 
  --
 

 Install

 mysql-devel-5.0.45-6.fc8.x86_64

 and try again. I also would remove the i386 devel package.



 --
 Paulo Roma Cavalcanti
 LCG - UFRJ


-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: fc8 mysql libs brocken ??

2008-10-21 Thread David Jansen
On Tue, Oct 21, 2008 at 11:40:06AM +0200, Gregory Machin wrote:
 They are installed ...
 
 [EMAIL PROTECTED] pmacct-0.11.5]# rpm -qa --qf
 %{name}-%{version}-%{release}.%{arch} \n | grep mysql
 mysql-libs-5.0.45-6.fc8.i386
 mysql-connector-java-3.1.12-3.fc6.x86_64
 mysql-devel-5.0.45-6.fc8.i386
 mysql-5.0.45-6.fc8.x86_64
 mysql-libs-5.0.45-6.fc8.x86_64

Others already pointed out that there is no mysql-devel.x86_64 in this
list. To install:
  yum install mysql-devel.x86_64
 
 with both libs installed configure is happy
 PLATFORM . : x86_64
 OS ... : Linux 2.6.25.14-69.fc8 
 (gregory-workstation.techconcepts.co.za)
 COMPILER . : gcc
 CFLAGS ... : -O2
 LIBS . : -lpcap  -L/usr/lib/mysql -lmysqlclient -lsqlite3 -lm
 -lz -lpthread -lnfprobe_plugin -Lnfprobe_plugin/ -lsfprobe_plugin
 -Lsfprobe_plugin/
 LDFLAGS .. : -Wl,--export-dynamic

Probably due to the missing mysql-devel.x86_64 , the configure script
finds the library in /usr/lib/mysql instead of /usr/lib64/mysql . But
there is of course a chance that the /usr/lib is hardcoded in the
configuration. 

 
 Now type 'make' to compile the source code.
 
 but make dies

Basically, the configure script just looked for filenames and was
satisfied with /usr/lib/mysql/libmysqlclient.so . But the linker
actually looks at the files, and noticed it was a 32-bit version and not
a native 64-bit library required for the compilation.

To summarize: yum install mysql-devel.x86_64 and check the configure
script for hardcoded references to /usr/lib (still all too common,
unfortunately).

David Jansen

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: fc8 mysql libs brocken ??

2008-10-21 Thread Michael Schwendt
On Tue, 21 Oct 2008 13:12:35 +0200, Gregory Machin wrote:

 [EMAIL PROTECTED] pmacct-0.11.5]# yum list mysql-*
 updates-newkey100% |=| 2.3 kB00:00
 fedora100% |=| 2.1 kB00:00
 adobe-linux-i386  100% |=|  972 B00:00
 updates   100% |=| 2.6 kB00:00
 Installed Packages
 mysql.x86_64 5.0.45-6.fc8   installed
 mysql-connector-java.x86_64  1:3.1.12-3.fc6 installed
 mysql-devel.x86_64   5.0.45-6.fc8   installed
 mysql-libs.x86_645.0.45-6.fc8   installed
 
 with only 64bit
 
 I'm back at this error
 checking whether to enable MySQL support... checking how to run the C
 preprocessor... (cached) gcc -E
 yes
 checking default locations for libmysqlclient... not found
 checking for mysql_real_connect in -lmysqlclient... no
 configure: error:

Show the relevant section of config.log, and also show what parameters
you passed to configure. Did you set --libdir=/usr/lib64? It's likely
that it looked for libmysqlclient in /usr/lib/mysql instead of
/usr/lib64/mysql.

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: fc8 mysql libs brocken ??

2008-10-20 Thread David Timms

Gregory Machin wrote:

Hi
I'm having a lot of trouble getting application with mysql
dependencies to compile, all the errors are the same with the make

/usr/bin/ld: skipping incompatible /usr/lib/mysql/libmysqlclient.so
when searching for -lmysqlclient

Don't know the answer, but to start off:
- where does that file come from ?
rpm -qf /usr/lib/mysql/libmysqlclient.so

- what mysql related packages do you have installed ?
rpm -qa|grep -i sql|sort

- perhaps you need the devel packages for the headers ?
yum install mysql-devel

DaveT.

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: fc8 mysql libs brocken ??

2008-10-20 Thread Gregory Machin
On Mon, Oct 20, 2008 at 11:25 PM, David Timms [EMAIL PROTECTED] wrote:
 Gregory Machin wrote:

 Hi
 I'm having a lot of trouble getting application with mysql
 dependencies to compile, all the errors are the same with the make
 
 /usr/bin/ld: skipping incompatible /usr/lib/mysql/libmysqlclient.so
 when searching for -lmysqlclient

 Don't know the answer, but to start off:
 - where does that file come from ?
 rpm -qf /usr/lib/mysql/libmysqlclient.so

Here are my results
mysql-devel-5.0.45-6.fc8


 - what mysql related packages do you have installed ?
 rpm -qa|grep -i sql|sort

hsqldb-1.8.0.8-1jpp.4.fc8
libdbi-dbd-mysql-0.8.2-1.2.fc8
libdbi-dbd-pgsql-0.8.2-1.2.fc8
mod_auth_mysql-3.0.0-5
mod_auth_pgsql-2.0.3-6
mono-data-sqlite-1.2.4-2.fc8
mysql-5.0.45-6.fc8
mysql-connector-java-3.1.12-3.fc6
mysql-connector-odbc-3.51.14r248-2.fc8
mysql-devel-5.0.45-6.fc8
mysql-devel-5.0.45-6.fc8
mysql-libs-5.0.45-6.fc8
mysql-libs-5.0.45-6.fc8
MySQL-python-1.2.2-4.fc8
mysql-server-5.0.45-6.fc8
perl-DBD-MySQL-4.005-2.fc8.1
php-mysql-5.2.4-3
php-pgsql-5.2.4-3
postgresql-8.2.5-1.fc8
postgresql-libs-8.2.5-1.fc8
postgresql-libs-8.2.5-1.fc8
postgresql-python-8.2.5-1.fc8
postgresql-server-8.2.5-1.fc8
sqlite-3.4.2-3.fc8
sqlite-3.4.2-3.fc8
sqlite-devel-3.4.2-3.fc8
sqlite-devel-3.4.2-3.fc8




 - perhaps you need the devel packages for the headers ?
 yum install mysql-devel

first thing I did ..


 DaveT.

 --
 fedora-list mailing list
 fedora-list@redhat.com
 To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
 Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: fc8 mysql libs brocken ??

2008-10-20 Thread Craig White
On Tue, 2008-10-21 at 07:35 +0200, Gregory Machin wrote:
 On Mon, Oct 20, 2008 at 11:25 PM, David Timms [EMAIL PROTECTED] wrote:
  Gregory Machin wrote:
 
  Hi
  I'm having a lot of trouble getting application with mysql
  dependencies to compile, all the errors are the same with the make
  
  /usr/bin/ld: skipping incompatible /usr/lib/mysql/libmysqlclient.so
  when searching for -lmysqlclient
 
  Don't know the answer, but to start off:
  - where does that file come from ?
  rpm -qf /usr/lib/mysql/libmysqlclient.so
 
 Here are my results
 mysql-devel-5.0.45-6.fc8
 
 
  - what mysql related packages do you have installed ?
  rpm -qa|grep -i sql|sort
 
 hsqldb-1.8.0.8-1jpp.4.fc8
 libdbi-dbd-mysql-0.8.2-1.2.fc8
 libdbi-dbd-pgsql-0.8.2-1.2.fc8
 mod_auth_mysql-3.0.0-5
 mod_auth_pgsql-2.0.3-6
 mono-data-sqlite-1.2.4-2.fc8
 mysql-5.0.45-6.fc8
 mysql-connector-java-3.1.12-3.fc6
 mysql-connector-odbc-3.51.14r248-2.fc8
 mysql-devel-5.0.45-6.fc8
 mysql-devel-5.0.45-6.fc8
 mysql-libs-5.0.45-6.fc8
 mysql-libs-5.0.45-6.fc8
 MySQL-python-1.2.2-4.fc8
 mysql-server-5.0.45-6.fc8
 perl-DBD-MySQL-4.005-2.fc8.1
 php-mysql-5.2.4-3
 php-pgsql-5.2.4-3
 postgresql-8.2.5-1.fc8
 postgresql-libs-8.2.5-1.fc8
 postgresql-libs-8.2.5-1.fc8
 postgresql-python-8.2.5-1.fc8
 postgresql-server-8.2.5-1.fc8
 sqlite-3.4.2-3.fc8
 sqlite-3.4.2-3.fc8
 sqlite-devel-3.4.2-3.fc8
 sqlite-devel-3.4.2-3.fc8

looks ugly...make sure you have yum-utils package installed

yum install yum-utils
package_cleanup --cleandupes

might be useful here

Craig

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: fc8 mysql libs brocken ??

2008-10-20 Thread Paulo Cavalcanti
On Tue, Oct 21, 2008 at 3:35 AM, Gregory Machin [EMAIL PROTECTED] wrote:

 On Mon, Oct 20, 2008 at 11:25 PM, David Timms [EMAIL PROTECTED] wrote:
  Gregory Machin wrote:
 
  Hi
  I'm having a lot of trouble getting application with mysql
  dependencies to compile, all the errors are the same with the make
  
  /usr/bin/ld: skipping incompatible /usr/lib/mysql/libmysqlclient.so
  when searching for -lmysqlclient
 
  Don't know the answer, but to start off:
  - where does that file come from ?
  rpm -qf /usr/lib/mysql/libmysqlclient.so

 Here are my results
 mysql-devel-5.0.45-6.fc8

 
  - what mysql related packages do you have installed ?
  rpm -qa|grep -i sql|sort

 hsqldb-1.8.0.8-1jpp.4.fc8
 libdbi-dbd-mysql-0.8.2-1.2.fc8
 libdbi-dbd-pgsql-0.8.2-1.2.fc8
 mod_auth_mysql-3.0.0-5
 mod_auth_pgsql-2.0.3-6
 mono-data-sqlite-1.2.4-2.fc8
 mysql-5.0.45-6.fc8
 mysql-connector-java-3.1.12-3.fc6
 mysql-connector-odbc-3.51.14r248-2.fc8
 mysql-devel-5.0.45-6.fc8
 mysql-devel-5.0.45-6.fc8
 mysql-libs-5.0.45-6.fc8
 mysql-libs-5.0.45-6.fc8
 MySQL-python-1.2.2-4.fc8
 mysql-server-5.0.45-6.fc8
 perl-DBD-MySQL-4.005-2.fc8.1
 php-mysql-5.2.4-3
 php-pgsql-5.2.4-3
 postgresql-8.2.5-1.fc8
 postgresql-libs-8.2.5-1.fc8
 postgresql-libs-8.2.5-1.fc8
 postgresql-python-8.2.5-1.fc8
 postgresql-server-8.2.5-1.fc8
 sqlite-3.4.2-3.fc8
 sqlite-3.4.2-3.fc8
 sqlite-devel-3.4.2-3.fc8
 sqlite-devel-3.4.2-3.fc8





Is your F8 a 32 or 64 bits?


-- 
Paulo Roma Cavalcanti
LCG - UFRJ
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: fc8 mysql libs brocken ??

2008-10-20 Thread Gregory Machin
uname -a
Linux gregory-workstation.x.co.za 2.6.25.14-69.fc8 #1 SMP Mon Aug
4 14:00:45 EDT 2008 x86_64 x86_64 x86_64 GNU/Linux

On Tue, Oct 21, 2008 at 7:42 AM, Paulo Cavalcanti [EMAIL PROTECTED] wrote:


 On Tue, Oct 21, 2008 at 3:35 AM, Gregory Machin [EMAIL PROTECTED] wrote:

 On Mon, Oct 20, 2008 at 11:25 PM, David Timms [EMAIL PROTECTED] wrote:
  Gregory Machin wrote:
 
  Hi
  I'm having a lot of trouble getting application with mysql
  dependencies to compile, all the errors are the same with the make
  
  /usr/bin/ld: skipping incompatible /usr/lib/mysql/libmysqlclient.so
  when searching for -lmysqlclient
 
  Don't know the answer, but to start off:
  - where does that file come from ?
  rpm -qf /usr/lib/mysql/libmysqlclient.so

 Here are my results
 mysql-devel-5.0.45-6.fc8

 
  - what mysql related packages do you have installed ?
  rpm -qa|grep -i sql|sort

 hsqldb-1.8.0.8-1jpp.4.fc8
 libdbi-dbd-mysql-0.8.2-1.2.fc8
 libdbi-dbd-pgsql-0.8.2-1.2.fc8
 mod_auth_mysql-3.0.0-5
 mod_auth_pgsql-2.0.3-6
 mono-data-sqlite-1.2.4-2.fc8
 mysql-5.0.45-6.fc8
 mysql-connector-java-3.1.12-3.fc6
 mysql-connector-odbc-3.51.14r248-2.fc8
 mysql-devel-5.0.45-6.fc8
 mysql-devel-5.0.45-6.fc8
 mysql-libs-5.0.45-6.fc8
 mysql-libs-5.0.45-6.fc8
 MySQL-python-1.2.2-4.fc8
 mysql-server-5.0.45-6.fc8
 perl-DBD-MySQL-4.005-2.fc8.1
 php-mysql-5.2.4-3
 php-pgsql-5.2.4-3
 postgresql-8.2.5-1.fc8
 postgresql-libs-8.2.5-1.fc8
 postgresql-libs-8.2.5-1.fc8
 postgresql-python-8.2.5-1.fc8
 postgresql-server-8.2.5-1.fc8
 sqlite-3.4.2-3.fc8
 sqlite-3.4.2-3.fc8
 sqlite-devel-3.4.2-3.fc8
 sqlite-devel-3.4.2-3.fc8





 Is your F8 a 32 or 64 bits?


 --
 Paulo Roma Cavalcanti
 LCG - UFRJ


-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines