|
thanks for you time, i am also confused.
the platform is redhat7.2, and it automatically installed perl5.6.0
for me. i didn't do any change on perl. when install DBI and
DBD::mysql, they all passed test except skipping one. maybe i should
reinstall perl?
xu, yilin
-------Original Message-------
Date: 2002��04��15��
11:25:17
Subject: Re: question
about DBI
From: "xyl" <[EMAIL PROTECTED]> To:
<[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]> Sent:
Sunday, April 14, 2002 19:50 Subject: RE: question about
DBI
> i did comment the line -- "use DBD::mysql;" -- at
first. when executed, the > error is: >
install_driver(mysql) failed: Can't load module DBD::mysql,
dynamic > loading not available in this perl. > (You may need
to build a new perl executable which either supports > dynamic
loading or has the DBD::mysql module statically linked into it >
)
*** This looks like the problem. Your per was built to not allow
dynamic loading. You should build your own perl from the Perl source
and then add any modules you need.
I don't know why any Linux
perl wouldn't be built to allow dynamic loading, so you may want to
check whoever gave you the perl to find out what their intention
was.
> at (eval 1) line 3 > Compilation failed in require
at (eval 1) line 3. > so i added this line to statically link
DBD::mysql module.
-- Mac :}) ** I normally forward private
questions to the appropriate mail list. ** Ask Smarter: http://www.tuxedo.org/~esr/faqs/smart-questions.html Give
a hobbit a fish and he eats fish for a day. Give a hobbit a ring and he
eats fish for an age.
. |