
mmcw2201
User
Sep 13, 2002, 10:48 AM
Post #3 of 4
(1931 views)
|
its possible to do. get the same operating system and stuff as your server, and build the module and all the requirements when making a module, after you do 'make', you'll notice a directory called 'blib' is created. -- How to do that? I can not execute any command on the server from the command line. My provider will not allow me to use something like telnet. upload your blib directory to your server, and then do a use blib '/wher/myblib/lies'; and you'll be set. if u have more than 1 module, just upload the contents of each blib into the blib directory on your server. if you can't setup the same build env as your server (same os .... ), then try to get a PPM off of ActiveState.com (it's just a tarball of the blib directory)
(This post was edited by mmcw2201 on Sep 13, 2002, 10:49 AM)
|