MySQL module for NetWare.

MySQL module for NetWare.

am 28.06.2002 14:06:30 von Ananth Kesari

Hi,

I am trying to build the MySQL module for NetWare. I could compile and
link the module into an executable (nlm). But when I run a sample script
that has a simple statement: "use mysql", the executable does not load.
It says: "Can't find 'boot_DBD__mysql' symbol in
perl/lib/auto/dbd/mysql/mysql.nlm". What do you think could be the
problem?

1. I have compiled Perl 5.6.1 both for Windows and NetWare and
installed them appropriately.
2. I have compiled Dbi-1.14 both for Windows and NetWare and installed
them appropriately.
3. I am using DBD-mysql-2.1017

Any thoughts on this? Any help on this is highly appreciated since I am
stuck with this for a few days now.

Thanks in advance,
Ananth.


------------------------------------------------------------ ---------
Please check "http://www.mysql.com/Manual_chapter/manual_toc.html" before
posting. To request this thread, e-mail msql-mysql-modules-thread1833@lists.mysql.com

To unsubscribe, send a message to the address shown in the
List-Unsubscribe header of this message. If you cannot see it,
e-mail msql-mysql-modules-unsubscribe@lists.mysql.com instead.

Re: MySQL module for NetWare.

am 28.06.2002 15:35:16 von Jochen Wiedmann

> I am trying to build the MySQL module for NetWare. I could compile
> and link the module into an executable (nlm). But when I run a
> sample script that has a simple statement: "use mysql", the
> executable does not load. It says: "Can't find 'boot_DBD__mysql'
> symbol in perl/lib/auto/dbd/mysql/mysql.nlm". What do you think
> could be the problem?

Not that I have the slightest idea of NetWare, but the
message typically indicates that a shared library (in this
case mysql.nlm) could not be loaded. If you think that this
library is in the right place, it may very well be, that this
nlm is dependent on another nlm (for example the mysql
libraries), which could in fact not be loaded. Reason may
be a path problem, for example on Unix it sometimes helps
to set a variable like LD_LIBRARY_PATH.


Sorry,

Jochen



------------------------------------------------------------ ---------
Please check "http://www.mysql.com/Manual_chapter/manual_toc.html" before
posting. To request this thread, e-mail msql-mysql-modules-thread1835@lists.mysql.com

To unsubscribe, send a message to the address shown in the
List-Unsubscribe header of this message. If you cannot see it,
e-mail msql-mysql-modules-unsubscribe@lists.mysql.com instead.

Re: MySQL module for NetWare.

am 28.06.2002 15:35:16 von Jochen Wiedmann

> I am trying to build the MySQL module for NetWare. I could compile
> and link the module into an executable (nlm). But when I run a
> sample script that has a simple statement: "use mysql", the
> executable does not load. It says: "Can't find 'boot_DBD__mysql'
> symbol in perl/lib/auto/dbd/mysql/mysql.nlm". What do you think
> could be the problem?

Not that I have the slightest idea of NetWare, but the
message typically indicates that a shared library (in this
case mysql.nlm) could not be loaded. If you think that this
library is in the right place, it may very well be, that this
nlm is dependent on another nlm (for example the mysql
libraries), which could in fact not be loaded. Reason may
be a path problem, for example on Unix it sometimes helps
to set a variable like LD_LIBRARY_PATH.


Sorry,

Jochen



------------------------------------------------------------ ---------
Please check "http://www.mysql.com/Manual_chapter/manual_toc.html" before
posting. To request this thread, e-mail msql-mysql-modules-thread1835@lists.mysql.com

To unsubscribe, send a message to the address shown in the
List-Unsubscribe header of this message. If you cannot see it,
e-mail msql-mysql-modules-unsubscribe@lists.mysql.com instead.