Re: [Koha-devel] Koha 3.0 _FC7: DBD::mysql
Dear Mason Thanks for guiding. Now the problem is that the fedora project says that mysql (for me the version is mysql-5.0.45-6.fc7) contains mysqlclient. I did a search in rpm find. It shows mysql-client rpm for other variants of linux (Mandriva, SuSE etc) but not for fedora 7. How can I get mysql-client? Should I run yum update mysql? partha
----- Original Message ----- From: "Mason James" <mason.loves.sushi@gmail.com> To: "Partha Mukhopadhyay" <psm_vu@india.com> Subject: Re: [Koha-devel] Koha 3.0 _FC7: DBD::mysql Date: Sat, 12 Jul 2008 04:10:25 +1200
On 2008/07/12, at 2:53 AM, Partha Mukhopadhyay wrote:
/usr/bin/ld: cannot find -lmysqlclient <<<<<<<<<<<<<<<<<<<<<<< collect2: ld returned 1 exit status make: *** [blib/arch/auto/DBD/mysql/mysql.so] Error 1 /usr/bin/make -- NOT OK
you are missing some 'mysqlclient' library package???
Parthasarathi Mukhopadhyay Department of Library and Information Science University of Burdwan, Burdwan, West Bengal, India = -- _______________________________________________ Search for products and services at: http://search.mail.com _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel
On 2008/07/12, at 6:24 PM, Partha Mukhopadhyay wrote:
Dear Mason
Thanks for guiding. Now the problem is that the fedora project says that mysql (for me the version is mysql-5.0.45-6.fc7) contains mysqlclient. I did a search in rpm find. It shows mysql-client rpm for other variants of linux (Mandriva, SuSE etc) but not for fedora 7. How can I get mysql-client? Should I run yum update mysql?
partha
Emmanual has found your answer... "Following the doc (cfr http://git.koha.org/cgi-bin/gitweb.cgi? p=Koha;a=blob;f=INSTALL.fedora7;h=53deb1648a18a6cda8b742ceda2fdb835b6ecb b5;hb=HEAD), the package name is 'MySQL-devel'"
----- Original Message ----- From: "Mason James" <mason.loves.sushi@gmail.com> To: "Partha Mukhopadhyay" <psm_vu@india.com> Subject: Re: [Koha-devel] Koha 3.0 _FC7: DBD::mysql Date: Sat, 12 Jul 2008 04:10:25 +1200
On 2008/07/12, at 2:53 AM, Partha Mukhopadhyay wrote:
/usr/bin/ld: cannot find -lmysqlclient <<<<<<<<<<<<<<<<<<<<<<< collect2: ld returned 1 exit status make: *** [blib/arch/auto/DBD/mysql/mysql.so] Error 1 /usr/bin/make -- NOT OK
you are missing some 'mysqlclient' library package???
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel
On 2008/07/12, at 6:32 PM, Mason James wrote:
On 2008/07/12, at 6:24 PM, Partha Mukhopadhyay wrote: Dear Mason
Thanks for guiding. Now the problem is that the fedora project says that mysql (for me the version is mysql-5.0.45-6.fc7) contains mysqlclient. I did a search in rpm find. It shows mysql-client rpm for other variants of linux (Mandriva, SuSE etc) but not for fedora 7. How can I get mysql-client? Should I run yum update mysql?
partha
Emmanual has found your answer...
"Following the doc (cfr http://git.koha.org/cgi-bin/gitweb.cgi? p=Koha;a=blob;f=INSTALL.fedora7;h=53deb1648a18a6cda8b742ceda2fdb835b6e cbb5;hb=HEAD),
the package name is 'MySQL-devel'"
FYI: on my debian box the package you want is 'libmysqlclient15-dev' the files you look to be needing are... /usr/lib/libmysqlclient.a /usr/lib/libmysqlclient.so _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel
On 2008/07/12, at 6:24 PM, Partha Mukhopadhyay wrote: Dear Mason
Thanks for guiding. Now the problem is that the fedora project says that mysql (for me the version is mysql-5.0.45-6.fc7) contains mysqlclient. I did a search in rpm find. It shows mysql- client rpm for other variants of linux (Mandriva, SuSE etc) but not for fedora 7. How can I get mysql-client? Should I run yum update mysql?
partha
Emmanual has found your answer...
"Following the doc (cfr http://git.koha.org/cgi-bin/gitweb.cgi? p=Koha;a=blob;f=INSTALL.fedora7;h=53deb1648a18a6cda8b742ceda2fdb835b6 ecbb5;hb=HEAD),
the package name is 'MySQL-devel'"
so, try this... $ sudo yum update MySQL-devel $ cpan DBD::mysql that could do it ;) _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel
participants (2)
-
Mason James -
Partha Mukhopadhyay