in reply to Re: DBD::SQLite - Standalone on webserver via FTP?
in thread DBD::SQLite - Standalone on webserver via FTP?
Please, if you suggest simplicistic solutions, also make sure that they apply. DBD::SQLite is a module with an XS part and that means that additional files need to be transferred, and, most important, the compiler and architecture used to compile the XS portion of the module must match the compiler and architecture that the webserver uses for its Perl. If they don't match, copying the files will not achieve anything at all.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: DBD::SQLite - Standalone on webserver via FTP?
by pboin (Deacon) on Apr 14, 2004 at 15:42 UTC | |
by lwicks (Friar) on Apr 14, 2004 at 16:04 UTC |