From: <pa...@rc...> - 2000-09-18 09:25:26
|
Hi, Sammy. > H ave unziped the hpoj-0.6 tarball sucessfully and i get through the ./configure > and and make command then i get to make install and it keep saying add > usr/local/lib to /etc/ld.so.conf which I did i then ran idconfig tried again and > get the same error When you invoke "make install", the message telling you to add /usr/local/lib to /etc/ld.so.conf and run "ldconfig" is simply a reminder of the next step in the installation process, not an error. Once you've done this next step (which it sounds like you have), you can verify that it works by saying "ldd /usr/local/bin/ptal-connect". You should see a line like: libptal.so.0 => /usr/local/lib/libptal.so.0 (0x40015000) The number in parentheses may be different. On the other hand, if this line says something like "not found", then something's wrong. > then i try idconfig-D it say about 50 files have inconsistant > soname there to many to list Strange. "ldconfig -D" reports many of the same errors on my system too. I don't think it's anything to worry about, though. I've never used the -D switch, though. When I want to verify things after running "ldconfig", I normally run "ldconfig -p". > and do not know how to copy the text of Konsole to > put into the email. I don't think it's necessary here, but for future reference, the basic procedure is to move the mouse to the start of the text you want to copy, hold down the left button while you drag the mouse to the end of the text, and release the button. Then move the mouse to where you want to paste the text, and click the middle button once. If your mouse has two buttons instead of three, then you can simulate the middle button by pressing both buttons at the same time, if your X server is configured properly. > I am wondering if anyone knows what going on with my library files and how to fix > it for my distro which is mandrake 7on a 2.2-14 kernal . I have managed to get > the modules to load but need the source code complied before i can go any > further and i have no idea how to do this. It sounds to me like you've done everything correctly so far. If you haven't already, you can now proceed with the "SCAN-HOWTO" file so that you can finally scan on your 1150C. Let me know how that goes. :-) David |