I installed epiphany to my hard drive onto the same partition as I previously installed firefox.
/mnt/ide/
(everything else on this pdaxii13v2 zaurus is installed to NAND).
I also installed the gnome deps.
When I launch epiphany in a console, it complains it cannot find a shared library "libmozjs.so"
When I made a symlink of /mnt/usr/lib/firefox/lib/firefox-1.5.0.2/libmozjs.so to /usr/lib/libmozjs.so, I get a different message complaining that another lib cannot be found. (it is in the same directory as above).
Do I need to symlink all the libs in /mnt/usr/lib/firefox/lib/firefox-1.5.0.2/ to /usr/lib/ ?
Shouldn't the package manager take care of these symlinks?
Edit
Later I looked in /usr/lib and found /usr/lib/firefox/lib/firefox-1.5.0.2/
Why doesn't epiphany find this directories? It contains symlinks to the requested libraries in the console error messages.
you have to do this_
ln -sf /usr/lib/firefox/lib/firefox-1.5.0.2/* /usr/lib/mozilla/
you prolly want to leave out the * since you only want to symlink that directory. the reason this is needed is so that ephiphany can use any gecko engine and is not hardcoded to a specific version of firefox or mozilla or xul engine which all have a gecko engine....
I did exactly this. and restarted 'X'
ln -sf /usr/lib/firefox/lib/firefox-1.5.0.2/ /usr/lib/mozilla/
I still get the missing library error.
error while loading shared libraries: libmozjs.so: cannot open shared object file: No such file or directory
I also looked inside /usr/lib/mozilla/ and the symlinked folders and files are all there.
Edit:I also tried this.
I deleted the above symlink and created a new one, but it didn't work either.
ln -sf /mnt/ide/usr/lib/firefox/lib/firefox-1.5.0.2/ /usr/lib/mozilla/
Edit2:
I got it! I deleted the above symlink and used the command that lemuus posted.
ln -sf /usr/lib/firefox/lib/firefox-1.5.0.2/* /usr/lib/mozilla/
I tried launching it and it complained about libgnome-keyring.so.0 was missing, so I installed gnome-keyring_0.4.2_armv5tel.ipk, and Epiphany launched.
Edit3:Epiphany cannot find some of it's icons for the GUI. They are on my Zaurus, but they are scattered all over the filesystem.
Here are the errors in the console
(epiphany:2199): Gtk-WARNING **: Could not find the icon 'history-view'. The 'hicolor' theme
was not found either, perhaps you need to install it.
You can get a copy from: http://icon-theme.freedesktop.org/releases
(epiphany:2199): Gtk-WARNING **: Error loading theme icon for stock: Icon 'history-view' not present in theme
(epiphany:2199): Gtk-WARNING **: Error loading theme icon for stock: Icon 'bookmark-view' not present in theme
(epiphany:2199): Gtk-WARNING **: Error loading theme icon for stock: Icon 'tab-new' not present in theme
(epiphany:2199): Gtk-WARNING **: Error loading theme icon for stock: Icon 'window-new' not present in theme
(epiphany:2199): Gtk-WARNING **: Error loading theme icon for stock: Icon 'stock_print-setup' not present in theme
(epiphany:2199): Gtk-WARNING **: Error loading theme icon for stock: Icon 'mail-forward' not present in theme
Here is where these icons and symlinks are located.
'history-view /mnt/ide/usr/share/epiphany/icons/hicolor/24x24/actions/history-view.png
linked to /usr/share/epiphany/icons/hicolor/24x24/actions/history-view.png
bookmark-view' /mnt/ide/usr/share/epiphany/icons/hicolor/24x24/actions/bookmark-view.png
linked to /usr/share/epiphany/icons/hicolor/24x24/actions/bookmark-view.png
tab-new' /mnt/ide/usr/share/icons/gnome/16x16/actions/tab-new.png
linked to /usr/share/icons/gnome/16x16/actions/tab-new.png
window-new' /mnt/ide/usr/share/icons/gnome/16x16/actions/window-new.png
linked to /usr/share/icons/gnome/16x16/actions/window-new.png
stock_print-setup' /usr/share/icons/hicolor/48x48/io/stock_print-setup.png
mail-forward' /mnt/ide/usr/share/icons/gnome/16x16/actions/mail-forward.png
linked to /usr/share/icons/gnome/16x16/actions/mail-forward.png
Edit4:I really like this browser! It's faster than firefox and it renders much the same as opera.
I went to another desktop with no taskbar and stretched it to full screen 640x480. See 2nd screenshot below.
The first time I did this, it crashed though.
Edit5:It seems to crash less if it is launched from a console, but it has crashed 3-4 times in the last ½ hour. I have only been browsing these forums with it.
I still say Opera 7.25/7.30 is more stable than firefox or epiphany...