MPE/iX Webwise secure web server - porting case study

February 9, 2001
Solution Symposium
Page 4
hp e3000
webwise
porting
apache configure issues
resulting NMPRG needs chmod 755 permissions
new src/os/mpeix subdirectory required for DSO
support and other things
workaround needed for shell variable problem
bad: foo=$foo ./some/script
good: foo=“$foo; export foo; ./some/script
ld linker parameters for creating shared libraries
-b -a archive
detecting unresolved exernals without executing the code
callci run testprog\;stdin=\*bogus 2>&1 | grep
^UNRESOLVED