ActiveState Community

HP-UX ( PA-RISC )

PDK 7.2 does not work with HPUX ActivePerl

I get this error, tried every perl I could find for HPUX 11.11 (pa-risc)(including version from hp website) with PDK:

/opt/perl_32/bin/perl:
- '/opt/perl_32/bin/perl-static' (PA-RISC2.0) is not binary compatible with ActivePerl (PA-RISC1.1-thread-multi)

It seems the PDK and ActivePerl from HPUX are no longer binary compadible? Is there a PDK for pa-risc2.0? Is there anyway I could get the old ActivePerl 5.8.x for HPUX before HP took it over?

libperl not compatible on HP 11.11 PDK

Error when compiling script on HP 11.11 PA-RISC:

libperl.sl at '/opt/perl/lib/5.8.0/PA-RISC1.1-thread-multi/CORE/libperl.sl' is not compatible with the PDK.

Looks like it's expecting a different shared library. Can anyone assist?

Thanks,
Justin

DBD:ODBC + ActivePerl

Hi,

I have been looking at a problem one ouf our customers was having using ActivePerl to connect via DBD:ODBC to our SQL Server driver on Linux. After investigating, the problem seems to be that the version of iODBC you have built your distribution with expects the W (wide) functions (SQLDriverConnectW, SQLConnectW) to use four byte unicode. Unfortunatly that will fail with just about every ODBC driver out there that exports the W functions, as most of those will expect 2 byte wide characters, just the same as on Windows

Tcl process goes to sleep when running as Apache cgi script

I have been using Tcl for cgi scripts on an Apache server for several years now. This is all running on an HP-UX workstation (OS Hp_UX 11i). We just migrated the whole thing to an HP A500 class server with dual processors and a LOT more memory (still HP-UX 11i). Now the cgi scripts that are used to pre-load an html form from an existing data set take upwards of 8 minutes to complete. Using the top command shows that tclsh is sleeping. I THINK that the server eventually times out which causes the data to be flushed and sent back to the client.

howto connect on microsoft SQL Server from HP-UX

hello,

I try to make a simple perl-script to connect to a sql server database. I know that i need to use DBI module but wich DBI module can I use on HP-UX to connect to a windows server with SQL-Server. and how ? because I don't found any usable driver for sql-server. I fonud for oracle , informix , mysql ... but not SQL SERVER :-(

thanks in advance,

Jonay