Special Ed
11-01-2001, 11:42 PM
Okay, so this is what I did to install Mozilla .9.5. Unfortunately, it did not turn out quite as I expected.
1. downloaded tarball and placed in folder ~/Downloads/Mozilla
2. untarred the file into folder ~/Downloads/Mozilla/mozilla
3. created directory /usr/share/mozilla
4. su root
5. ran ./configure --prefix=/usr/share/mozilla --exec-prefix=/usr/share/mozilla
6. ran make
7. ran make install
8. everthing was installed into the directory ~/Downloads/Mozilla/mozilla/dist
I tried created a symlink from the ./dist/bin/mozilla binary, but I could not run the link; A message with some dependencies was displayed, so I symlinked them as well, but I can only run it from the original directory.Does anyone know why It did not install into the directory I specified, and why I cannot symlink (or hardlink) the binary files successfully? :confused:
1. downloaded tarball and placed in folder ~/Downloads/Mozilla
2. untarred the file into folder ~/Downloads/Mozilla/mozilla
3. created directory /usr/share/mozilla
4. su root
5. ran ./configure --prefix=/usr/share/mozilla --exec-prefix=/usr/share/mozilla
6. ran make
7. ran make install
8. everthing was installed into the directory ~/Downloads/Mozilla/mozilla/dist
I tried created a symlink from the ./dist/bin/mozilla binary, but I could not run the link; A message with some dependencies was displayed, so I symlinked them as well, but I can only run it from the original directory.Does anyone know why It did not install into the directory I specified, and why I cannot symlink (or hardlink) the binary files successfully? :confused: