I cant build DBD-Sybase against the free Sybase client library on Linux. Why?
On some version of linux, we have observed that compiling and linking the shared Sybase library for DBD-Sybase results in compiler crashes. One way to work around this is to build a statically linked perl that includes the Sybase libraries statically linked: • Uncomment the LINKTYPE=static line in CONFIG • perl Makefile.PL • make • make perl • Install the newly created perl binary in place of your normal perl binary. It works, weve tried it. There is a good reference to getting ctlib to work for linux here, and also about setting up DBI/DBD::Sybase on Linux here 32. My USR radius attributes dont seem to be numbered correctly. Why? On the netservers you have control over whether certain VSAs start counting at 0 or 1 using the set format command: Formatting connect-info message output: This command allows you to specify whether the information sent to RADIUS is 0-based or 1-based. The USR vendor-specific RADIUS attributes affected are; Connect-Speed (0x9023), Modulation-Type (0x006C), Er
Related Questions
- From a single Mainsoft for UNIX and Linux Client installation, can I build on different Mainsoft for UNIX and Linux Servers (the UNIX hosts)?
- Can I build my application with the Mainsoft for UNIX and Linux Server without the Client?
- I cant build DBD-Sybase against the free Sybase client library on Linux. Why?