Re: Setting LD_LIBRARY_PATH

2003-07-18 Thread Doug Chinnery
=>Everytime I log in I have to set the LD_LIBRARY_PATH using the setenv => command in Linux. Is there a way to set it permenantly. Add it to your .profile - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: Cannot open library

2003-04-04 Thread Doug Chinnery
= impl->createDocument(0, // root element namespace => URI. => >XMLString::transcode("head"), => >0); // document type object => (DTD). => >return (0); => > } => >

Cannot open library

2003-04-03 Thread Doug Chinnery
XMLString::transcode("head"), 0); // document type object (DTD). return (0); } Thanks in advance for any help you can provide. Doug Chinnery ---