libmySQL.so location

2005-07-23 Thread Tim Johnson
Using mysql 3.23 on Red Hat 9.0 partition,
  mysql 4.0.20 on Slack 10.0 partition.
I have reviewed some code for a lisp mysql library using
the Foreign Function Interface (exposing the C API).

the shared object referenced in the code is libmySQL.so.
I am not able to locate a file with that name on either of
my linux partitions. The library developer is primarily a
windows programmer and has told me that this file should
be included with the distribution.

Can anyone clarify this matter for me? Do I need a symlink?
If so to what?
thanks
tim

-- 
Tim Johnson [EMAIL PROTECTED]
  http://www.alaska-internet-solutions.com

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: libmySQL.so location

2005-07-23 Thread sol beach
I suspect a case problem

ln -s /usr/lib/dbd/libmysql.so libmySQL.so # perhaps?

/opt/lampp/lib/mysql/libmysqlclient.14.0.0
/opt/lampp/lib/mysql/libmysqlclient.14
/opt/lampp/lib/mysql/libmysqlclient.so.14
/opt/lampp/lib/mysql/libmysqlclient.so.14.0.0
/opt/lampp/lib/mysql/libmysqlclient.so
/opt/lampp/lib/mysql/libmysqlclient
/usr/lib/mysql/libmyisammrg.a
/usr/lib/mysql/libmysys.a
/usr/lib/mysql/libmysqlclient.so.10
/usr/lib/mysql/libmystrings.a
/usr/lib/mysql/libmysqlclient.so.10.0.0
/usr/lib/mysql/libmysqlclient.a
/usr/lib/mysql/libmysqlclient_r.so
/usr/lib/mysql/libmysqlclient_r.a
/usr/lib/mysql/libmyisam.a
/usr/lib/mysql/libmysqlclient.so
/usr/lib/mysql/libmysqlclient_r.so.10.0.0
/usr/lib/mysql/libmysqlclient_r.so.10
/usr/lib/mozilla-1.7.8/components/libmyspell.so
/usr/lib/libmyodbc-2.50.39.so
/usr/lib/ooo-1.1/program/libmysql2.so
/usr/lib/libmyodbc.so
/usr/lib/thunderbird-1.0.2/components/libmyspell.so
/usr/lib/dbd/libmysql.a
/usr/lib/dbd/libmysql.la
/usr/lib/dbd/libmysql.so

On 7/23/05, Tim Johnson [EMAIL PROTECTED] wrote:
 Using mysql 3.23 on Red Hat 9.0 partition,
   mysql 4.0.20 on Slack 10.0 partition.
 I have reviewed some code for a lisp mysql library using
 the Foreign Function Interface (exposing the C API).
 
 the shared object referenced in the code is libmySQL.so.
 I am not able to locate a file with that name on either of
 my linux partitions. The library developer is primarily a
 windows programmer and has told me that this file should
 be included with the distribution.
 
 Can anyone clarify this matter for me? Do I need a symlink?
 If so to what?
 thanks
 tim
 
 --
 Tim Johnson [EMAIL PROTECTED]
   http://www.alaska-internet-solutions.com
 
 --
 MySQL General Mailing List
 For list archives: http://lists.mysql.com/mysql
 To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]
 


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: libmySQL.so location

2005-07-23 Thread Tim Johnson
* sol beach [EMAIL PROTECTED] [050723 09:15]:
 I suspect a case problem
  Hello sol:
  I'm using a case insensitive seach.
  i.e.:
  
  [EMAIL PROTECTED] tim]$ locate -i libmysql.so
  [EMAIL PROTECTED] tim]$ 
  
  same results as root
  thanks
  tim
  
-- 
Tim Johnson [EMAIL PROTECTED]
  http://www.alaska-internet-solutions.com

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: libmySQL.so location

2005-07-23 Thread Tim Johnson
* Tim Johnson [EMAIL PROTECTED] [050723 10:42]:
 * sol beach [EMAIL PROTECTED] [050723 09:15]:
  I suspect a case problem
   Hello sol:
   I'm using a case insensitive seach.
   i.e.:
   
   [EMAIL PROTECTED] tim]$ locate -i libmysql.so
   [EMAIL PROTECTED] tim]$ 

 Needed libdbi-0.6.5-5.i386.rpm and
   libdbi-dbd-mysql-0.6.5-5.i386.rpm

 Life Is Good .
 tj

-- 
Tim Johnson [EMAIL PROTECTED]
  http://www.alaska-internet-solutions.com

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]