> I believe the necessary link for the libstd++ library should read: > > cd /usr/lib && ln -s libstdc++-2-libc6.1-1-2.9.0.so > libstdc++-libc6.1-2.so.3 > > ^^^^^
Yes, BUT it was corrected in next message. > > i.e. the link name should be what the error message reports as missing. > [It works for me...] > > Also, when I installed 4.0.10 on my RH6.1 (as root, in /usr/local/dx), the > .../fonts/ directory was created with only owner (root) That maybe because you logged in as root and extracted the archive? Suhaib > read-privileges. This > breaks example1.net and presumably any other pgms that access > fonts. chmod a+r > fixed. > > Now I have tons of docs to read...Thanks > > > > [Date Prev][Date Next][Thread Prev][Thread Next][Date > Index][Thread Index] > > > > [opendx-general] RE: OpenDX Install on RH 6.1 > > > > > ------------------------------------------------------------------------ > > > > * To: Warren _ Jared S <[EMAIL PROTECTED]>, > [email protected] > > * Subject: [opendx-general] RE: OpenDX Install on RH 6.1 > > * From: "Suhaib M. Siddiqi" <[EMAIL PROTECTED]> > > * Date: Sun, 16 Jan 2000 14:28:08 -0500 (EST) > > * In-Reply-To: <[EMAIL PROTECTED]> > > * Organization: Inspire Pharmaceuticals, Inc > > * Reply-To: [email protected] > > * Sender: [EMAIL PROTECTED] > > > > > ------------------------------------------------------------------------ > > > > You may have made typo. I just upgraded from RH 6.0 to RH 6.1 and > > all what is needed is the symbolick link I posted yesterday. You also > > must install ImageMagick 4.2.9 RPMS. They can be downloaded from > > http://www.wizards.dupont.com/cristy, or better, they are on your > > RedHat 6.1 Installation cd. Insert RH 6.1 CD, mount it then cd to it > > then > > cd RedHat > > cd RPMS > > rpm -vUh imagemagick*.rpm > > > > Also you may not have installed the libstdc++ on your RH 6.1. > By default > > RH 6.x installers do not install any development options. > check if you have > > libstdc++ installed. Following is the command to check > > > > rpm -q libstdc++ > > > > If it is installed you should see > > libstdc++-2.9.0-24 > > > > If you get message ibstdc++ is not installed then you need to > insert your RH 6.1 > > installation CD, mount it then cd to it. > > > > cd /mnt/cdrom > > cd RedHat && cd RPMS > > rpm -vUh libstdc++*.rpm > > > > This will install libstdc++ on your RH 6.1. > > Now issue the following command: > > > > rm -rf /usr/lib/libstdc++6.1-2.so.3 > > > > then cd /usr/lib && ln -s libstdc++-2-libc6.1-1-2.9.0.so > libstdc++6.1-2.so3 > > > > Good luck > > > > Suhaib > > > > On 16-Jan-00 Warren _ Jared S wrote: > > > Suhaib - > > > > > > First off, thanks so much for all the time and work you've > already put in on > > > openDX, and your willingness to share your work and effort. > > > > > > I just installed RH 6.1, and the openDX that is on the > opendx.org webpage > > > that you have compiled. > > > > > > When I try to run dx, I get an error message that says this: > > > /usr/local/dx/bin_linux/startupui: error in loading shared libraries: > > > libstdc++-libc6.1-2.so.3:cannot open shared object file: No > such file or > > > directory > > > > > > I saw the command to create the symbolic link in the README, > and ran it > > > exactly as printed, but still get the same error. > > > > > > Any advice you can share? > > > > > > Realize that I ran Slackware linux about 6 years ago for > about a year, then > > > changed jobs....this is my first time on linux since then, so > try to keep > > > anything fairly simple for newbies like me :).... > > > > > > Thanks again! > > > Jared Warren > > > Austin College > > > Keck Visualization Lab > > > > ---------------------------------- > > E-Mail: Suhaib M. Siddiqi <[EMAIL PROTECTED]> > > Date: 16-Jan-00 > > Time: 14:19:21 > > > > ---------------------------------- > > > > > ------------------------------------------------------------------------ > > > > * Prev by Date: [opendx-general] RE: OpenDX Install on RH 6.1 > > * Prev by thread: [opendx-general] RE: OpenDX Install on RH 6.1 > > * Next by thread: [opendx-general] OpenDX on Solaris > > * Index(es): > > o Date > > o Thread
