Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^3: Difficult compiling newer Perl on Solaris and DBD::Oracle with odd behavior

by Anonymous Monk
on Feb 13, 2020 at 02:16 UTC ( [id://11112908]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Difficult compiling newer Perl on Solaris and DBD::Oracle with odd behavior
in thread Difficult compiling newer Perl on Solaris and DBD::Oracle with odd behavior

More of the same references below (baking is install_name_tool ...)

Or use install_name_tool ... Problems installing DBD::mysql on OS X Snow Leopard, http://search.cpan.org/dist/DBD-mysql/README.OSX/Problems installing DBD::MySQL on OS X...: Apple Support Communities http://probably.co.uk/post/problems-installing-dbdmysql-on-os-x-snow-leopard/

DBD-mysql-4.018-hYHpKY$ otool -D `mdfind libmysqlclient.16.dylib` /usr/local/mysql-5.5.9-osx10.6-x86_64/lib/libmysqlclient.16.dylib: lib +mysqlclient.16.dylib We can fix this with install_name_tool though: DBD-mysql-4.018-hYHpKY$ sudo install_name_tool -id /usr/local/mysql-5. +5.9-osx10.6-x86_64/lib/libmysqlclient.16.dylib /usr/local/mysql-5.5.9-osx10.6-x86_64/lib/libmysqlclient.16.dylib DBD-mysql-4.018-hYHpKY$ otool -D `mdfind libmysqlclient.16.dylib` /usr/local/mysql-5.5.9-osx10.6-x86_64/lib/libmysqlclient.16.dylib: /usr/local/mysql-5.5.9-osx10.6-x86_64/lib/libmysqlclient.16.dylib

https://metacpan.org/source/CAPTTOFU/DBD-mysql-4.022/README.OSX

->

Problems installing DBD::MySQL on OS X Li… - Apple Community

For Lion, type: sudo install_name_tool -id /usr/local/mysql-5.5.14-osx10.6-x86_64/lib/ +libmysqlclient.18.dylib /usr/local/mysql-5.5.14-osx10.6-x86_64/lib/li +bmysqlclient.18.dylib

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11112908]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-19 20:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found