Board index » kylix » Deploy Kyllix / Apache DSO using DBClient unit
Phil Henningsen
![]() kylix Developer |
Deploy Kyllix / Apache DSO using DBClient unit2005-09-22 11:48:58 AM kylix0 I am attempting to deploy two Apache DSO's (written in Kylix3, being deployed on Apache 2.0.51, Fedora FC2) to a web server machine that has never had Kylix installed on it. Both apps use Firebird 1.5.2 and dbExpress. App1 works fine, including Firebird queries, etc. App2 croaks on startup (WebModuleCreate) with an EInOutError I/O error 103. I have traced it to a statement that tries to create an object (not in the main unit) that uses a TClientDataSet. This is the only unit that uses Kylix's DBClient unit. My assumption at this time is that the EInOutError is caused when DBClient trys to dynamically load a .so that is not found. But which one? I have installed (in /usr/lib): dbxres.en.1.0 libgds.so.1 libjs.borland.so libmidas.so.1.0 libsqlib.so.1.0 and I have soft links set up to (eg) libmidas.so.1 and libmidas.so I have also studied Rick Ross's excellent www.rick-ross.com/papers/k3/k3deploy.html What else am I missing? Any help would be urgently appreciated. Thanks! Phil |