Willem,

CC'ing the list since this may be of general interest.

The Perl dynamic loading code only looks in a specific list of Perl library locations, 
and then defaults as a last resort to sys$share and sys$library.  If you link against 
an external shareable image, you'll have to always have the logical defined unless you 
put the shareable image somewhere where Perl will find it.

But it might be easier (and even perform better) to link against the MySQL object code 
and just have the one shareable image (PL_DBD__MYSQL.EXE) with the MySQL client code 
linked in.  

 
On Monday, June 21, 2004, at 02:25PM, Willem Grooters <[EMAIL PROTECTED]> wrote:

>Craig,
>
>My last remark (mysqlshr logical) did the trick on build, but had to run
>build twice:
>$ mms clean removes the option file, which is build up during execution of
>the build, appearently. (Found out that there IS a system-wide logical set
>up already: mysqlclient_shr32)

Reply via email to