Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 4358

Summary: Missing Symlink in MySQL ebuild (libmysqlclient_r.so)
Product: Gentoo Linux Reporter: Martin Klebermass <mkl>
Component: New packagesAssignee: Ryan Phillips (RETIRED) <rphillips>
Status: RESOLVED FIXED    
Severity: minor CC: mkl
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
URL: http://www.mysql.com
Whiteboard:
Package list:
Runtime testing required: ---

Description Martin Klebermass 2002-06-30 13:39:45 UTC
Hi while compiling some software for linux (nss-mysql, ill write an ebuild soon)
i found out that there is no symlink for libmysqlclient_r.so.
because they are also moved out of /usr/lib/mysql to /usr/lib i would advise to
add another symlink into the ebuild file (like it is done with libmysqlclient.so )

Just 
dosym ../libmysqlclient_r.so /usr/lib/mysql/libmysqlclient_r.so
is needed.


Hope this would get into the next revision of mysql.

Cya Martin Kleberma
Comment 1 Martin Klebermass 2002-06-30 13:39:45 UTC
Hi while compiling some software for linux (nss-mysql, ill write an ebuild soon)
i found out that there is no symlink for libmysqlclient_r.so.
because they are also moved out of /usr/lib/mysql to /usr/lib i would advise to
add another symlink into the ebuild file (like it is done with libmysqlclient.so )

Just 
dosym ../libmysqlclient_r.so /usr/lib/mysql/libmysqlclient_r.so
is needed.


Hope this would get into the next revision of mysql.

Cya Martin Klebermaß
Comment 2 Ryan Phillips (RETIRED) gentoo-dev 2002-07-01 10:56:40 UTC
was this in the 4.0.1 release of mysql or 3.23.51?
Comment 3 Martin Klebermass 2002-07-02 12:30:17 UTC
It is in 3.23.51.  . Never used 4.0 because its not a release version.
Comment 4 Ryan Phillips (RETIRED) gentoo-dev 2002-07-02 12:59:42 UTC
committed