in reply to Hello Word\n
In addition to almut's and moritz's reply, you need to remember that the DBlib.so has dependencies on Sybase's client libraries (libsybdb I think). So ... even if the two machines were the same architecture, you would need to copy way more than DBlib.so.
Even if you copy over libsybdb, there may be many other library dependencies (and/or incompatibilities) you need to worry about. Installing via cpan is your best option. Also, why DBlib? Is there a reason for not using DBD::Sybase?
update: As JavaFan says, this is really a deployment issue. If you have that many servers, it's easier to build on one server (or one server of each architecture type) and then use something like rsync or rdist to deploy.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Sybase::DBlib probs\n
by wilko (Acolyte) on Nov 20, 2008 at 13:31 UTC | |
by derby (Abbot) on Nov 20, 2008 at 14:19 UTC |