RE: Can"t load "blib/arch/auto/DBD/mysql/mysql.so" for module DBD ::mysql: ld.so.1: /usr/bin/perl:

RE: Can"t load "blib/arch/auto/DBD/mysql/mysql.so" for module DBD ::mysql: ld.so.1: /usr/bin/perl:

am 22.08.2003 22:59:41 von santosh kandi

Jochen,
In my case both are one and the same ...i put libz.so
in the same directory where "mysql_config --libs" are
located.
It still didnt work...now i am starting al over again
by installing PERL

Thanks,
Santosh

--- Jochen Wiedmann wrote:
> Quoting santosh kandi :
>
> > libs (Users choice) =
> > -L/home/a0867706/myperl/mysql/lib/mysql -lz
>
>
> This is wrong. You need both
>
> - the options from "mysql_config --libs" and
> - additional options to locate libz.so
>
> For example, if "mysql_config --libs" emits
>
> -L/home/a0867706/myperl/mysql/lib -lmysqlclient
> -lnsl -lz
>
> and libz.so is located in
>
> /home/a0867706/zlib
>
> then the following would be right:
>
> perl Makefile.PL
> --libs="-L/home/a0867706/myperl/mysql/lib \
> -L/home/a0867706/libz
> -lmysqlclient -lnsl -lz"
>
> Jochen
>


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/perl?unsub=gcdmp-msql-mysql-modules@m .gmane.org

Database Object problem

am 25.08.2003 14:52:41 von lshen

Hiw to select all the database or table object from mysql ? thanks for help

Brian
----- Original Message -----
From: "santosh kandi"
To: "Jochen Wiedmann"
Cc:
Sent: Friday, August 22, 2003 4:59 PM
Subject: RE: Can't load 'blib/arch/auto/DBD/mysql/mysql.so' for module DBD
::mysql: ld.so.1: /usr/bin/perl: fatal: libz.so.1: open failed:


> Jochen,
> In my case both are one and the same ...i put libz.so
> in the same directory where "mysql_config --libs" are
> located.
> It still didnt work...now i am starting al over again
> by installing PERL
>
> Thanks,
> Santosh
>
> --- Jochen Wiedmann wrote:
> > Quoting santosh kandi :
> >
> > > libs (Users choice) =
> > > -L/home/a0867706/myperl/mysql/lib/mysql -lz
> >
> >
> > This is wrong. You need both
> >
> > - the options from "mysql_config --libs" and
> > - additional options to locate libz.so
> >
> > For example, if "mysql_config --libs" emits
> >
> > -L/home/a0867706/myperl/mysql/lib -lmysqlclient
> > -lnsl -lz
> >
> > and libz.so is located in
> >
> > /home/a0867706/zlib
> >
> > then the following would be right:
> >
> > perl Makefile.PL
> > --libs="-L/home/a0867706/myperl/mysql/lib \
> > -L/home/a0867706/libz
> > -lmysqlclient -lnsl -lz"
> >
> > Jochen
> >
>
>
> __________________________________
> Do you Yahoo!?
> Yahoo! SiteBuilder - Free, easy-to-use web site design software
> http://sitebuilder.yahoo.com
>
> --
> MySQL Perl Mailing List
> For list archives: http://lists.mysql.com/perl
> To unsubscribe:
http://lists.mysql.com/perl?unsub=lshen@pop900.gsfc.nasa.gov
>
>


--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/perl?unsub=gcdmp-msql-mysql-modules@m .gmane.org

Database Object problem

am 25.08.2003 14:52:41 von lshen

Hiw to select all the database or table object from mysql ? thanks for help

Brian
----- Original Message -----
From: "santosh kandi"
To: "Jochen Wiedmann"
Cc:
Sent: Friday, August 22, 2003 4:59 PM
Subject: RE: Can't load 'blib/arch/auto/DBD/mysql/mysql.so' for module DBD
::mysql: ld.so.1: /usr/bin/perl: fatal: libz.so.1: open failed:


> Jochen,
> In my case both are one and the same ...i put libz.so
> in the same directory where "mysql_config --libs" are
> located.
> It still didnt work...now i am starting al over again
> by installing PERL
>
> Thanks,
> Santosh
>
> --- Jochen Wiedmann wrote:
> > Quoting santosh kandi :
> >
> > > libs (Users choice) =
> > > -L/home/a0867706/myperl/mysql/lib/mysql -lz
> >
> >
> > This is wrong. You need both
> >
> > - the options from "mysql_config --libs" and
> > - additional options to locate libz.so
> >
> > For example, if "mysql_config --libs" emits
> >
> > -L/home/a0867706/myperl/mysql/lib -lmysqlclient
> > -lnsl -lz
> >
> > and libz.so is located in
> >
> > /home/a0867706/zlib
> >
> > then the following would be right:
> >
> > perl Makefile.PL
> > --libs="-L/home/a0867706/myperl/mysql/lib \
> > -L/home/a0867706/libz
> > -lmysqlclient -lnsl -lz"
> >
> > Jochen
> >
>
>
> __________________________________
> Do you Yahoo!?
> Yahoo! SiteBuilder - Free, easy-to-use web site design software
> http://sitebuilder.yahoo.com
>
> --
> MySQL Perl Mailing List
> For list archives: http://lists.mysql.com/perl
> To unsubscribe:
http://lists.mysql.com/perl?unsub=lshen@pop900.gsfc.nasa.gov
>
>


--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/perl?unsub=gcdmp-msql-mysql-modules@m .gmane.org

Re: Database Object problem

am 25.08.2003 22:41:36 von Rudy Lippan

On Mon, 25 Aug 2003, lei shen wrote:

>
> Hiw to select all the database or table object from mysql ? thanks for help

I don't follow you? what exactly are you asking to know how to do?

Rudy


--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/perl?unsub=gcdmp-msql-mysql-modules@m .gmane.org

Re: Database Object problem

am 25.08.2003 22:41:36 von Rudy Lippan

On Mon, 25 Aug 2003, lei shen wrote:

>
> Hiw to select all the database or table object from mysql ? thanks for help

I don't follow you? what exactly are you asking to know how to do?

Rudy


--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/perl?unsub=gcdmp-msql-mysql-modules@m .gmane.org

RE: Database Object Problem

am 25.08.2003 23:38:12 von Carl Holm

"Hiw to select all the database or table object from mysql ? thanks for help"

Do you mean as in:

mysql> show databases;

or

mysql> use mysql
Database changed
mysql> show tables;


- Carl Holm





--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/perl?unsub=gcdmp-msql-mysql-modules@m .gmane.org

RE: Database Object Problem

am 25.08.2003 23:38:12 von Carl Holm

"Hiw to select all the database or table object from mysql ? thanks for help"

Do you mean as in:

mysql> show databases;

or

mysql> use mysql
Database changed
mysql> show tables;


- Carl Holm





--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/perl?unsub=gcdmp-msql-mysql-modules@m .gmane.org