Hello Everyone
I hope this is in the correct forum. I have a Itanium machine running HP-UX 11.23 that I am trying to load the DBI and the DBD::mysql modules on I keep getting what seems to be syntax error's when I run the "make" command trying to install the DBI module. Here is the error I get
" cc -c -Ae -D_HPUX_SOURCE -Wl,+vnocompatwarnings -I/usr/local/include -D_LARGEFILE_SOURCE -O -DVERSION=\"1.609\" -DXS_VERSION=\"1.609\" -fPIC "-I/usr/local/lib/perl5/5.10.1/IA64.ARCHREV_0/CORE" -DDBI_NO_THREADS Perl.c
<command-line>: error: missing '(' after predicate
*** Error exit code 1 "
Does anyone know what this error is trying to tell me. I don't see any parenthesis in the error I am not sure if there are suppose to be or not or if the error is even about the command listed. The DBD::mysql module will not install until the DBI module is installed.Thanks for any help.
I have successfully installed the NET::mysql so I am pretty sure the gcc compiler is working correctly.
Randy
I hope this is in the correct forum. I have a Itanium machine running HP-UX 11.23 that I am trying to load the DBI and the DBD::mysql modules on I keep getting what seems to be syntax error's when I run the "make" command trying to install the DBI module. Here is the error I get
" cc -c -Ae -D_HPUX_SOURCE -Wl,+vnocompatwarnings -I/usr/local/include -D_LARGEFILE_SOURCE -O -DVERSION=\"1.609\" -DXS_VERSION=\"1.609\" -fPIC "-I/usr/local/lib/perl5/5.10.1/IA64.ARCHREV_0/CORE" -DDBI_NO_THREADS Perl.c
<command-line>: error: missing '(' after predicate
*** Error exit code 1 "
Does anyone know what this error is trying to tell me. I don't see any parenthesis in the error I am not sure if there are suppose to be or not or if the error is even about the command listed. The DBD::mysql module will not install until the DBI module is installed.Thanks for any help.
I have successfully installed the NET::mysql so I am pretty sure the gcc compiler is working correctly.
Randy