Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Oct 2003 08:32:35 +0900
From:      Norikatsu Shigemura <nork@FreeBSD.org>
To:        Simon Barner <barner@in.tum.de>
Cc:        freebsd-gnome@FreeBSD.org
Subject:   Re: HEADS UP: pelase test /etc/libmap.conf feature on 4-stable
Message-ID:  <20031011083235.087ecfc9.nork@FreeBSD.org>
In-Reply-To: <20031009174211.GA364@zi025.glhnet.mhn.de>
References:  <20031008033536.7f6099b5.nork@FreeBSD.org> <20031009174211.GA364@zi025.glhnet.mhn.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 9 Oct 2003 19:42:11 +0200
Simon Barner <barner@in.tum.de> wrote:
> I tested your patch, and it worked, but I had to modify the following
> things:
> Fetch libmapc. and libmap.h from the CVS repository (latest revisions).
> Add libmap.c to SRC section in Makefile.

	Oops, sorry.  I didn't notice > http://freebsd.rambler.ru/....

> > libstdc++-libc6.2-2.so.3	liblstdc++.so.3
>                                ^--- where is this file? I changed it to
>                                     libstdc++.so.3, and it worked
> I performed some tests with mozilla, and I ended up with exactly the
> same results as I pointed out in this email:

	Yes.  You are right.
	Now I confirmed setting like following lines.

for /etc/libmap.conf on 4-stable
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#opera
[/usr/X11R6/lib/browser_plugins/libflashplayer.so]
libpthread.so.0			liblthread.so.2
libdl.so.2			pluginwrapper.so
libz.so.1			libz.so.2
libstdc++-libc6.2-2.so.3	libstdc++.so.3
libm.so.6			libm.so.2
libc.so.6			pluginwrapper.so

#opera
[/usr/X11R6/share/opera/plugins/operamotifwrapper]
libXm.so.1			libXm.so.3

# mozilla
[/usr/local/lib/linux-flashplugin6/libflashplayer.so]
libpthread.so.0			liblthread.so.2
libdl.so.2			pluginwrapper.so
libz.so.1			libz.so.2
libstdc++-libc6.2-2.so.3	libstdc++.so.3
libm.so.6			libm.so.2
libc.so.6			pluginwrapper.so
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

> Another result is that mozilla locks up after successfully showing almost
> any of the flash plugins I tried (I afraid I cannot offer more details on
> this issue at the present, but I am investigating it).

	Now status...
		mozilla mozilla-firebird galeon epiphany konqueror opera
5-current	OK      OK               OK     OK       UNKOWN    NG
4-stable	OK      maybe            maybe  maybe    UNKOWN    OK

	TODO about only this port:
	1. Check 'Is libmap.conf feature available?' on install.
	2. Warning if ${LOCALBASE}/lib/libflashplayer.so.1 is available.
	3. More adaptive for 4-stable. (update /etc/libmap.conf)
	4. Add more working list.

	By the way, do anyone ask to opera's maker about operamotifwrapper
	like 'Where is libXm.so.1?'.  I hope to link libXm.a:-).



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031011083235.087ecfc9.nork>