Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4358 - Missing Symlink in MySQL ebuild (libmysqlclient_r.so)
Summary: Missing Symlink in MySQL ebuild (libmysqlclient_r.so)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Ryan Phillips (RETIRED)
URL: http://www.mysql.com
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-30 13:39 UTC by Martin Klebermass
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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