Hi,

If anyone gets a symbol referencing error for a get_clocktime routine while
trying to build DBD-Ingres-0.36 on Solaris and are running Ingres II 2.5 or
higher they will need to add the posix4 library into Makefile.PL at the line
shown below

OLD Makefile.PL :
# Solaris needs the elf-library
if ($Config{osname} eq 'solaris') {
    $linkwith .= " -lelf";
}

NEW Makefile.PL :
# Solaris needs the elf-library and posix4-library
if ($Config{osname} eq 'solaris') {
    $linkwith .= " -lelf -lposix4";
}

or else they could add it to the 'abflnk.opt' file in the
${II_SYSTEM}/ingres/files directory if they own the Ingres installation.


Regards,
Damien Mulcahy,
Revenue ICTD.



*****************************
This message has been delivered to the internet by the Revenue internet mail service.
*****************************

Reply via email to