Re: Xorg: symbol lookup error: "/usr/lib/xorg/modules/drivers/radeon_drv.so": undefined symbol: "exaGetPixmapDriverPrivate"

2019-11-06 Thread Curt
On 2019-11-06, coolnodje  wrote:
>
> The computer I run it on has a ATI Radeon FireGL V3100 graphic card.
>
> Launching an X environment invariably produce this error :
>
> Xorg: symbol lookup error:
> "/usr/lib/xorg/modules/drivers/radeon_drv.so": undefined symbol:
> "exaGetPixmapDriverPrivate"
>
> I didn't see anything meaningful to include here in X
> logs/var/log/Xorg.0.log
>
> I'm guessing the graphic card is just not supported.
> Is there a way to simply fall back on a less capable driver?
> I just want to be able to run a basic modal WM anyway (like i3 or Dwm)


Maybe this bug report is applicable:

https://lists.debian.org/debian-x/2019/10/msg00131.html (fix included)

> cheers
>
>


-- 
We do not remember what we might have been before birth. This, and only this,
gives hope of oblivion.--Insufficient!
William T. Vollmann, "Supernatural Axioms"



Xorg: symbol lookup error: "/usr/lib/xorg/modules/drivers/radeon_drv.so": undefined symbol: "exaGetPixmapDriverPrivate"

2019-11-06 Thread coolnodje
I'm on Debian testing.

The computer I run it on has a ATI Radeon FireGL V3100 graphic card.

Launching an X environment invariably produce this error :

Xorg: symbol lookup error:
"/usr/lib/xorg/modules/drivers/radeon_drv.so": undefined symbol:
"exaGetPixmapDriverPrivate"

I didn't see anything meaningful to include here in X
logs/var/log/Xorg.0.log

I'm guessing the graphic card is just not supported.
Is there a way to simply fall back on a less capable driver?
I just want to be able to run a basic modal WM anyway (like i3 or Dwm)

cheers



bullseye php7.3 undefined symbol: uidna_IDNToASCII

2019-10-04 Thread Tomoo Nomura

Hello,

I upgraded from buster to bullseye, php7.3 http.so said,
/usr/bin/php: symbol lookup error: /usr/lib/php/20180731/http.so: 
undefined symbol: uidna_IDNT


Package: php-http (3.2.1+2.6.0-1)

I checked past bug reports and found
Bug#849939: marked as done (undefined symbol: uidna_IDNToASCII)
Found in version php-pecl-http/3.1.0+2.6.0-1
Fixed in version php-pecl-http/3.1.0+2.6.0-3

Does this bug still exist or happen again ?

Does anyone have any information ?

--
** Nomura Technical Management Office **
 Tomoo Nomura  nom...@tmo.co.jp   http://www.tmo.co.jp/
Phone: +81-78-797-0240 Fax: +81-50-5329-9329
 Guitar Salon TMO http://www.tmo.co.jp/salon/




Re: gegl: symbol lookup error: /usr/lib/x86_64-linux-gnu/libgegl-0.4.so.0: undefined symbol: babl_process_rows

2018-05-03 Thread tomas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thu, May 03, 2018 at 09:13:28PM +0200, Johann Spies wrote:
> Thanks Sven and Tomas.  You have helped me to identify the problem:
> indeed a version of libbabl in /usr/local!
> 
> I must have asked earlier then I would not have spent hours on this problem! 
> :)

Glad it helped :-)

- -- t
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlrrYScACgkQBcgs9XrR2kYkYgCcD9IWA4we6pBB/MuWf3W3+vnw
434An0rVdwTrMEa7dtCwH/A7AZzZPcHG
=mpVK
-END PGP SIGNATURE-



Re: gegl: symbol lookup error: /usr/lib/x86_64-linux-gnu/libgegl-0.4.so.0: undefined symbol: babl_process_rows

2018-05-03 Thread Johann Spies
Thanks Sven and Tomas.  You have helped me to identify the problem:
indeed a version of libbabl in /usr/local!

I must have asked earlier then I would not have spent hours on this problem! :)

Regards
Johann



Re: gegl: symbol lookup error: /usr/lib/x86_64-linux-gnu/libgegl-0.4.so.0: undefined symbol: babl_process_rows

2018-05-02 Thread tomas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wed, May 02, 2018 at 11:47:16PM +0200, Sven Joachim wrote:
> On 2018-05-02 22:44 +0200, Johann Spies wrote:
> 
> > I have installed gimp 2.10 on three computers.  On two it was
> > successful [...]

> A common cause for symbol lookup errors is locally installed libraries
> not under dpkg control.  Start by running "ldd /usr/bin/gimp" and watch
> for anything unusual, such as libraries under /usr/local.

This might, but it might also not help. I strongly guess libbabl is being
loaded at run time. But...
> 
> > $ wajig list babl
> > ii  libbabl-0.1-0:amd64
> > 0.1.46-2amd64Dynamic, any to any,
> > pixel format conversion library
> > ii  libbabl-dev:amd64
> > 0.1.46-2amd64Dynamic, any to any,
> > pixel format conversion library (develo..

given the bugs you mention, I'd look for some rogue libbabl (e.g.
"locate babl" or some equivalent) or strace a gimp start and look
there for "open" and "libbabl" and see what the gimp is actually
loading. Perhaps it's stumbling upon some older version of libbabl
left behind by some forgotten battle.

Cheers
- -- tomás
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlrqkV0ACgkQBcgs9XrR2kZTTgCeNeoLr6Br6FwK4YF0Uli/SL3O
F7gAn2zT/L0yRz/5OknIk/k8xp3iy09n
=0HVN
-END PGP SIGNATURE-



Re: gegl: symbol lookup error: /usr/lib/x86_64-linux-gnu/libgegl-0.4.so.0: undefined symbol: babl_process_rows

2018-05-02 Thread Sven Joachim
On 2018-05-02 22:44 +0200, Johann Spies wrote:

> I have installed gimp 2.10 on three computers.  On two it was
> successful.  On the third I get the error in the subject line whenever
> I run gimp or gegl.  On the computer where I get this error, I could
> also not compile the source package for gegl.  I could on of the
> others and then I copied the compiled packages to the problem computer
> and installed it but I made no progress to solving the problem.
>
> I even upgraded that computer to unstable and purged and reinstalled
> all the x11-related packages but I could not find out what the problem
> was.
>
> How do I determine what is causing the problem and then solve it?

A common cause for symbol lookup errors is locally installed libraries
not under dpkg control.  Start by running "ldd /usr/bin/gimp" and watch
for anything unusual, such as libraries under /usr/local.

> $ wajig list babl
> ii  libbabl-0.1-0:amd64
> 0.1.46-2amd64Dynamic, any to any,
> pixel format conversion library
> ii  libbabl-dev:amd64
> 0.1.46-2amd64Dynamic, any to any,
> pixel format conversion library (develo..

Previous reports of your problem have been #896091 and #897226, but
those were due to having libbabl-0.1-0 from dmo installed.  Apparently
this is not the case on your system.

Cheers,
   Sven



gegl: symbol lookup error: /usr/lib/x86_64-linux-gnu/libgegl-0.4.so.0: undefined symbol: babl_process_rows

2018-05-02 Thread Johann Spies
I have installed gimp 2.10 on three computers.  On two it was
successful.  On the third I get the error in the subject line whenever
I run gimp or gegl.  On the computer where I get this error, I could
also not compile the source package for gegl.  I could on of the
others and then I copied the compiled packages to the problem computer
and installed it but I made no progress to solving the problem.

I even upgraded that computer to unstable and purged and reinstalled
all the x11-related packages but I could not find out what the problem
was.

How do I determine what is causing the problem and then solve it?

I have the following packages installed:

ii  gegl
0.4.0-1  amd64Generic Graphics
Library Test Program
ii  gegl-dbgsym
0.4.0-1  amd64debug symbols for
gegl
ii  gir1.2-gegl-0.4:amd64
0.4.0-1  amd64GObject
introspection data for the Generic Graphics Library
ii  libgegl-0.4-0:amd64
0.4.0-1  amd64Generic Graphics
Library
ii  libgegl-0.4-0-dbgsym:amd64
0.4.0-1  amd64debug symbols for
libgegl-0.4-0
ii  libgegl-common
0.4.0-1  all  Generic Graphics
Library - common files
ii  libgegl-dev:amd64
0.4.0-1  amd64Generic Graphics
Library (development files)
ii  libgegl-doc
0.4.0-1  all  Generic Graphics
Library (documentation)

$ wajig list babl
ii  libbabl-0.1-0:amd64
0.1.46-2amd64Dynamic, any to any,
pixel format conversion library
ii  libbabl-dev:amd64
0.1.46-2amd64Dynamic, any to any,
pixel format conversion library (develo..

Regards
Johann


-- 
Because experiencing your loyal love is better than life itself,
my lips will praise you.  (Psalm 63:3)



Re:[Résolu] apache2 undefined symbol: unixd_config

2013-06-12 Thread MERLIN Philippe
Le mardi 11 juin 2013 20:00:25, Bzzz a écrit :
 On Tue, 11 Jun 2013 19:49:36 +0200
 
 MERLIN Philippe phil-deb1.mer...@laposte.net wrote:

  server: /usr/lib/apache2/modules/libphp5.so: undefined symbol:
 Ça signifie que qoit cette lib a un PB, soit il y a une
 dissonnance entre le pgm (apache2) et cette lib (PB de version).
 
Merci de m'avoir donner une piste qui c'est avéré bonne. En regardant les 
versions des lib php installé, je me suis rendu compte que libphp5.so était 
d'une version antérieure à celle qui était en train d'être installée. Devant 
l'impossiblité de mettre à jour libphp5.so, j'ai du choisir la solution de 
désinstaller php et de le réinstaller, ce qui a résolu le problème.
Encore Merci.
Amitiés.
Philippe Merlin

--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists

Pour vous DESABONNER, envoyez un message avec comme objet unsubscribe
vers debian-user-french-requ...@lists.debian.org
En cas de soucis, contactez EN ANGLAIS listmas...@lists.debian.org
Archive: http://lists.debian.org/201306120925.34544.phil-deb1.mer...@laposte.net



apache2 undefined symbol: unixd_config

2013-06-11 Thread MERLIN Philippe
Bonjour,
Après Grub que j'ai provisoirement arrété la MAJ.
Je me heurte à une erreur au cours de la mise à jour d'apache2, j'ai recherché 
avec google mai je n'arrive pas à m'en sortir. Mon expérience avec apache est 
très limité.
lors de la mise à jour d'apache2 j'obtiens cette erreur :
--
env -i LANG=C PATH=/usr/local/bin:/usr/bin:/bin /usr/sbin/apache2ctl configtest
apache2: Syntax error on line 140 of /etc/apache2/apache2.conf: Syntax error 
on line 1 of /etc/apache2/mods-enabled/php5.load: Cannot load 
/usr/lib/apache2/modules/libphp5.so into server: 
/usr/lib/apache2/modules/libphp5.so: undefined symbol: unixd_config
Action 'configtest' failed.
The Apache error log may have more information.

Si je regarde errors.log je n'ai aucun message.
Ce problème vient surement de la migration d'apache2 de 2.2 en 2.4
Avez vous une idée  pour résoudre le problème?
Je joins l'extrait des messages des mises à jour et du fichier apache2.conf.
A l'avance merci pour votre aide.
Philippe Merlin
Preparing to replace apache2-mpm-prefork 2.2.22-13 (using 
.../apache2-mpm-prefork_2.4.4-6_amd64.deb) ...
[ ok ] Stopping web server: apache2 ... waiting ..
Unpacking replacement apache2-mpm-prefork ...
Preparing to replace apache2.2-bin 2.2.22-13 (using 
.../apache2.2-bin_2.4.4-6_amd64.deb) ...
Unpacking replacement apache2.2-bin ...
dpkg: apache2.2-common: dependency problems, but removing anyway as you 
requested:
 libapache2-mod-php5 depends on apache2.2-common; however:
  Package apache2.2-common is to be removed.

(Reading database ... 242977 files and directories currently installed.)
Removing apache2.2-common ...
Processing triggers for man-db ...
Selecting previously unselected package apache2-bin.
(Reading database ... 242660 files and directories currently installed.)
Unpacking apache2-bin (from .../apache2-bin_2.4.4-6_amd64.deb) ...
Selecting previously unselected package apache2-data.
Unpacking apache2-data (from .../apache2-data_2.4.4-6_all.deb) ...
Selecting previously unselected package apache2.
Unpacking apache2 (from .../apache2_2.4.4-6_amd64.deb) ...
Moving obsolete conffile /etc/apache2/mods-available/authz_default.load out of 
the way...
Moving obsolete conffile /etc/apache2/mods-available/authn_default.load out of 
the way...
Moving obsolete conffile /etc/apache2/mods-available/mem_cache.load out of the 
way...
Moving obsolete conffile /etc/apache2/mods-available/mem_cache.conf out of the 
way...
Moving obsolete conffile /etc/apache2/mods-available/authn_alias.load out of 
the way...
Moving obsolete conffile /etc/apache2/mods-available/cern_meta.load out of the 
way...
Moving obsolete conffile /etc/apache2/mods-available/disk_cache.load out of the 
way...
Moving obsolete conffile /etc/apache2/mods-available/disk_cache.conf out of the 
way...
Moving obsolete conffile /etc/apache2/mods-available/ident.load out of the 
way...
Moving obsolete conffile /etc/apache2/mods-available/imagemap.load out of the 
way...
Processing triggers for man-db ...
Setting up apache2-bin (2.4.4-6) ...
Setting up apache2-data (2.4.4-6) ...
Setting up apache2 (2.4.4-6) ...
Installing new version of config file /etc/cron.daily/apache2 ...
Installing new version of config file /etc/default/apache2 ...
Installing new version of config file /etc/init.d/apache2 ...
Installing new version of config file /etc/logrotate.d/apache2 ...
Installing new version of config file /etc/apache2/envvars ...
Installing new version of config file /etc/apache2/mods-available/userdir.conf 
...
Installing new version of config file /etc/apache2/mods-available/ssl.load ...
Installing new version of config file /etc/apache2/mods-available/dir.conf ...
Installing new version of config file 
/etc/apache2/mods-available/authz_host.load ...
Installing new version of config file /etc/apache2/mods-available/ssl.conf ...
Installing new version of config file 
/etc/apache2/mods-available/authz_dbm.load ...
Installing new version of config file /etc/apache2/mods-available/include.load 
...
Installing new version of config file /etc/apache2/mods-available/proxy.conf ...
Installing new version of config file 
/etc/apache2/mods-available/proxy_balancer.conf ...
Installing new version of config file 
/etc/apache2/mods-available/authz_user.load ...
Installing new version of config file /etc/apache2/mods-available/mime.conf ...
Installing new version of config file 
/etc/apache2/mods-available/negotiation.conf ...
Installing new version of config file /etc/apache2/mods-available/info.conf ...
Installing new version of config file 
/etc/apache2/mods-available/reqtimeout.conf ...
Installing new version of config file /etc/apache2/mods-available/cgid.conf ...
Installing new version of config file /etc/apache2/mods-available/setenvif.conf 
...
Installing new version of config file 
/etc/apache2/mods-available/proxy_balancer.load ...
Installing new version of config file /etc/apache2/mods-available/asis.load

Re: apache2 undefined symbol: unixd_config

2013-06-11 Thread Bzzz
On Tue, 11 Jun 2013 19:49:36 +0200
MERLIN Philippe phil-deb1.mer...@laposte.net wrote:

 Après Grub que j'ai provisoirement arrété la MAJ.

C'est la faute de grub, il faut absolument passer à LILO! ;-p

 server: /usr/lib/apache2/modules/libphp5.so: undefined symbol:

Ça signifie que qoit cette lib a un PB, soit il y a une
dissonnance entre le pgm (apache2) et cette lib (PB de version).

Sauvegarde ta/tes confs, purge les packages, fais un update, 
puis réinstalle les packages pour voir.

-- 
NoBrain : je me taperai bien un petit saucisson
Petit saucisson : youhouuu
youhouuu : on m'appelle??
NoBrain : non j'ai rien dit...

--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists

Pour vous DESABONNER, envoyez un message avec comme objet unsubscribe
vers debian-user-french-requ...@lists.debian.org
En cas de soucis, contactez EN ANGLAIS listmas...@lists.debian.org
Archive: http://lists.debian.org/20130611200025.288fbd50@anubis.defcon1



Re: apache2 undefined symbol: unixd_config

2013-06-11 Thread Sébastien NOBILI
Le mardi 11 juin 2013 à 19:49, MERLIN Philippe a écrit :
 Bonjour,

Bonsoir,

 Après Grub que j'ai provisoirement arrété la MAJ.

Moi j'aime bien Grub ;-) (quoique dans un VirtualBox des fois…)

 on line 1 of /etc/apache2/mods-enabled/php5.load: Cannot load 
 /usr/lib/apache2/modules/libphp5.so into server: 
 /usr/lib/apache2/modules/libphp5.so: undefined symbol: unixd_config

Tu ne trouveras rien dans le error.log à ce moment du chargement d'Apache. Là
c'est un problème de chargement de bibliothèque au démarrage de l'appli, le
fichier de log n'est pas encore ouvert.

Il doit te manquer une bibliothèque quelque part sur ton système…

Que donne la commande suivante ?

ldd /usr/lib/apache2/modules/libphp5.so

Chez moi (Wheezy) :
linux-gate.so.1 =  (0xb7737000)
libcrypt.so.1 = /lib/i386-linux-gnu/i686/cmov/libcrypt.so.1 
(0xb6ef)
libz.so.1 = /lib/i386-linux-gnu/libz.so.1 (0xb6ed7000)
libonig.so.2 = /usr/lib/libonig.so.2 (0xb6e9)
libstdc++.so.6 = /usr/lib/i386-linux-gnu/libstdc++.so.6 (0xb6da4000)
libcrypto.so.1.0.0 = 
/usr/lib/i386-linux-gnu/i686/cmov/libcrypto.so.1.0.0 (0xb6be5000)
libssl.so.1.0.0 = /usr/lib/i386-linux-gnu/i686/cmov/libssl.so.1.0.0 
(0xb6b8d000)
libdb-5.1.so = /usr/lib/i386-linux-gnu/libdb-5.1.so (0xb69fb000)
libqdbm.so.14 = /usr/lib/libqdbm.so.14 (0xb69ac000)
libbz2.so.1.0 = /lib/i386-linux-gnu/libbz2.so.1.0 (0xb699b000)
libpcre.so.3 = /lib/i386-linux-gnu/libpcre.so.3 (0xb695d000)
librt.so.1 = /lib/i386-linux-gnu/i686/cmov/librt.so.1 (0xb6954000)
libm.so.6 = /lib/i386-linux-gnu/i686/cmov/libm.so.6 (0xb692e000)
libdl.so.2 = /lib/i386-linux-gnu/i686/cmov/libdl.so.2 (0xb6929000)
libnsl.so.1 = /lib/i386-linux-gnu/i686/cmov/libnsl.so.1 (0xb6912000)
libxml2.so.2 = /usr/lib/i386-linux-gnu/libxml2.so.2 (0xb67bf000)
libgssapi_krb5.so.2 = /usr/lib/i386-linux-gnu/libgssapi_krb5.so.2 
(0xb6781000)
libkrb5.so.3 = /usr/lib/i386-linux-gnu/libkrb5.so.3 (0xb66af000)
libk5crypto.so.3 = /usr/lib/i386-linux-gnu/libk5crypto.so.3 
(0xb6684000)
libcom_err.so.2 = /lib/i386-linux-gnu/libcom_err.so.2 (0xb667f000)
libc.so.6 = /lib/i386-linux-gnu/i686/cmov/libc.so.6 (0xb651c000)
/lib/ld-linux.so.2 (0xb7738000)
libgcc_s.so.1 = /lib/i386-linux-gnu/libgcc_s.so.1 (0xb64ff000)
libpthread.so.0 = /lib/i386-linux-gnu/i686/cmov/libpthread.so.0 
(0xb64e6000)
liblzma.so.5 = /lib/i386-linux-gnu/liblzma.so.5 (0xb64be000)
libkrb5support.so.0 = /usr/lib/i386-linux-gnu/libkrb5support.so.0 
(0xb64b5000)
libkeyutils.so.1 = /lib/i386-linux-gnu/libkeyutils.so.1 (0xb64b)
libresolv.so.2 = /lib/i386-linux-gnu/i686/cmov/libresolv.so.2 
(0xb649c000)

Si il t'en manque à droite, il faudra installer le paquet qui fournit le
fichier.

Seb

-- 
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists

Pour vous DESABONNER, envoyez un message avec comme objet unsubscribe
vers debian-user-french-requ...@lists.debian.org
En cas de soucis, contactez EN ANGLAIS listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20130611193842.gc29...@serveur.nob900.homeip.net



Re: apache2 undefined symbol: unixd_config

2013-06-11 Thread Bzzz
On Tue, 11 Jun 2013 21:38:42 +0200
Sébastien NOBILI sebnewslet...@free.fr wrote:

 Moi j'aime bien Grub ;-) (quoique dans un VirtualBox des fois…)

Ah! C'est bien keskejdizè, aucun PB avec LILO dans VBox.

Et pis de toute manière, nginx est mieux qu'apache.
 
-- 
Achoral tu peses combien ?
Kagekev 45ko
Achoral SALE GEEK
Kagekev putain merde
Kagekev kg

--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists

Pour vous DESABONNER, envoyez un message avec comme objet unsubscribe
vers debian-user-french-requ...@lists.debian.org
En cas de soucis, contactez EN ANGLAIS listmas...@lists.debian.org
Archive: http://lists.debian.org/20130611214919.691f661c@anubis.defcon1



Problem with R: /usr/lib/liblapack.so.3: undefined symbol; ATL_chemv

2012-07-09 Thread Sebastian Canagaratna
Hi:

 I am using aptosid (Ponos) .i.e, Debian unstable,  and I am getting this
error with R:

Error in dyn.load(file, DLLpath = DLLpath, ...) :
  unable to load shared object '/usr/lib/R/library/stats/libs/stats.so':
  /usr/lib/liblapack.so.3: undefined symbol: ATL_chemv
During startup - Warning message:
package ‘stats’ in options(defaultPackages) was not found


Anybody knows what this means and how to correct it?

Thanks

Sebastian Canagaratna


[RESOLU] undefined symbol: sqlite3_ db_mutex (était Passage de Lenny à Squeeze)

2011-01-04 Thread Guillaume

Bonsoir,

Je poste ici la solution à un problème soulevé il y a plusieurs 
mois 
(http://www.mail-archive.com/debian-user-french@lists.debian.org/msg173447.html). 
Cela pourrait être utile à d'autres. Cela concerne l'erreur avec 
aptitude et icedove :

undefined symbol: sqlite3_db_mutex.

La solution :
Télécharger les paquets libsqlite3-0 et libsqlite0 sur le site de 
Debian pour les avoir en local. Forcer la désinstallation avec dpkg (ne 
pas utiliser apt qui voudra désinstaller tout le système !) :

dpkg --purge --force-all libsqlite0
dpkg --purge --force-all libsqlite3-0
rm /usr/local/lib/libsqlite*

N'oubliez surtout pas la dernière ligne, car le --purge ne supprime 
pas tout.


Ensuite installer les paquets :
dpkg -i libsqlite0
dpkg -i libsqlite3-0

Aptitude et autres devraient fonctionner à nouveau.

Bonne soirée,
Guillaume

--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists

Pour vous DESABONNER, envoyez un message avec comme objet unsubscribe
vers debian-user-french-requ...@lists.debian.org
En cas de soucis, contactez EN ANGLAIS listmas...@lists.debian.org
Archive: http://lists.debian.org/4d23bb1b.1080...@sfr.fr



Re: [HS]Re: ffmpeg et lenny : je craque : ffmpeg: symbol lookup error: ffmpeg: undefined symbol: ffm_nopts

2010-11-07 Thread Grégory Bulot
Bonjour, Bonsoir, 

Reprise de votre mail en citation, reponses éventuelles au fil du texte

Le Sun, 07 Nov 2010 11:36:00 +0100, Jérôme, vous avez écrit :

 Le samedi 06 novembre 2010 à 17:11 +0100, Grégory Bulot a écrit :
   si c'est pour télécharger de youtube le plugin firefox :
   downloadhelper marche très bien.
  
  Non 
 
  mais ce n'est pas la question.

C'était bien le sens de ma réponse, mon mail était bien convertir/lire
des fichiers avec ffmpeg, ffplay, vlc, mplayer

 
 Quand je vois lenny acollé à :
 
  aptitude  install -t unstable ffmpeg

c'est pas faux (c), j'ai tout viré (aptitude remove) mplayer, vlc,
ffmpeg

 
 je ne me donne même pas la peine de debugguer. sid/experimental je
 comprends, mais là il y a un grand écart trop important pour moi.
 Enfin c'est une opinion. 

C'est une opinion pertinente ! c'était déjà pour résoudre une
problématique avec avidemux à l'époque. J'ai malheureusement gardé un
vieux réflexe qui n'a plus cours maintenant.

 A tant faire que d'avoir des trous dans la stabilité, autant prendre
 une squeeze qui a des versions de paquet plus récents, ou une sid qui
 ne tourne pas si mal en général. 

ehhh ohhh, bientôt tu vas me dire d'installer ms-windows :-D

comme je l'écrivais plus haut, je retiré vlc, mplayer, ffmpeg,
libavcodec51 libavformat52 libavutil49 libopenal1


- Par contre si je veux installer mplayer, j'ai ceci :
Les NOUVEAUX paquets suivants vont être installés : 
  libavcodec51{a} libavformat52{a} libavutil49{a} libopenal1{a}
libpostproc51{a} libswscale0{a} mplayer mplayer-skin-blue{a} 


pourquoi les libavcodec5? sont proposé alors que Bibliothèque du
format de fichier ffmpeg 



--
Cordialement 
Grégory BULOT

--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists

Pour vous DESABONNER, envoyez un message avec comme objet unsubscribe
vers debian-user-french-requ...@lists.debian.org
En cas de soucis, contactez EN ANGLAIS listmas...@lists.debian.org
Archive: http://lists.debian.org/20101107115727.1d605...@morpheus.bulot-fr.com



ffmpeg et lenny : je craque : ffmpeg: symbol lookup error: ffmpeg: undefined symbol: ffm_nopts

2010-11-06 Thread Grégory Bulot
bonjour, 

ça fait 2 ou 3 fois que ffmpeg me pose des soucis, en effet
il me jette ceci à la figure (video de test dispo sur youtube) :

$ ffmpeg -i -sameq THX\ Sound\ Effect.flv THX\ Sound\ Effect.avi
ffmpeg: symbol lookup error: ffmpeg: undefined symbol: ffm_nopts




Je refais les commandes ci-dessous à chaque fois que le
problème se reproduit.Certaines étapes sont sûrement inutile, mais vu 
le nombre de combinaisons, il m'est plus rapide de tout refaire 
(certaines de ces étapes supprime, logiquement, ce qui est précédemment 
installé) :

  429  aptitude  install -t unstable ffmpeg
  430  aptitude install mplayer
  432  aptitude  -t lenny-backports install mplayer
  433  aptitude  install ffmpeg
  435  aptitude  install mplayer
  436  aptitude -t lenny  install mplayer
  437  aptitude reinstall libavcodec51
  440  aptitude remove ffmpeg mplayer libavcodec51
  442  aptitude install mplayer
  443  aptitude remove libavcodec51 libavcodec52
  444  aptitude remove  gstreamer0.10-ffmpeg libavformat52 libquicktime1
  445  aptitude remove libavformat52 libquicktime1
  446  aptitude remove libavformat5 libquicktime1
  450  aptitude  remove  libavcodec51 libavcodec52
  452  aptitude  install mplayer 
  453  aptitude  install ffmpeg

J'ai vu :
- http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=489209
mais debian-multimedia est 400 alors que stable est 500 dans mon pinning



--
Cordialement 
Grégory BULOT

--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists

Pour vous DESABONNER, envoyez un message avec comme objet unsubscribe
vers debian-user-french-requ...@lists.debian.org
En cas de soucis, contactez EN ANGLAIS listmas...@lists.debian.org
Archive: http://lists.debian.org/20101106121835.39c08...@morpheus.bulot-fr.com



[rectification]Re: ffmpeg et lenny : je craque : flibavcodec.so.51: undefined symbol: lzo1x_decode

2010-11-06 Thread Grégory Bulot
Bonjour, Bonsoir, 

Reprise de votre mail en citation, reponses éventuelles au fil du texte

Le Sat, 6 Nov 2010 12:18:35 +0100, Grégory Bulot, vous avez écrit :

 bonjour, 
 
 ça fait 2 ou 3 fois que ffmpeg me pose des soucis, en effet
 il me jette ceci à la figure (video de test dispo sur youtube) :
 
 $ ffmpeg -i -sameq THX\ Sound\ Effect.flv THX\ Sound\ Effect.avi
 ffmpeg: symbol lookup error: ffmpeg: undefined symbol: ffm_nopts

Rectification, maintenant c'est :

ffmpeg: symbol lookup error: /usr/lib/i686/cmov/libavcodec.so.51:
undefined symbol: lzo1x_decode
= http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=597326

chez moi : (seule libavutil49 diffère)
ii  libavcodec510.svn20080206-18+lenny1
ii  libavdevice52   0.svn20080206-18+lenny1
ii  libavformat52   0.svn20080206-18+lenny1
ii  libavutil49 4:0.5.2-6 
ii  mplayer 1.0~rc2-17+lenny3.2
ii  vlc 0.8.6.h-4+lenny2.3 


--
Cordialement 
Grégory BULOT

--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists

Pour vous DESABONNER, envoyez un message avec comme objet unsubscribe
vers debian-user-french-requ...@lists.debian.org
En cas de soucis, contactez EN ANGLAIS listmas...@lists.debian.org
Archive: http://lists.debian.org/20101106124036.2c405...@morpheus.bulot-fr.com



Re: ffmpeg et lenny : je craque : ffmpeg: symbol lookup error: ffmpeg: undefined symbol: ffm_nopts

2010-11-06 Thread moi-meme
Le Sat, 06 Nov 2010 12:20:03 +0100, Grégory Bulot a écrit :

 ça fait 2 ou 3 fois que ffmpeg me pose des soucis, en effet il me jette
 ceci à la figure (video de test dispo sur youtube) :

si c'est pour télécharger de youtube le plugin firefox : downloadhelper 
marche très bien.

Par contre elltube ne fonctionne plus.

-- 
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists

Pour vous DESABONNER, envoyez un message avec comme objet unsubscribe
vers debian-user-french-requ...@lists.debian.org
En cas de soucis, contactez EN ANGLAIS listmas...@lists.debian.org
Archive: http://lists.debian.org/4cd56101$0$10145$426a3...@news.free.fr



[HS]Re: ffmpeg et lenny : je craque : ffmpeg: symbol lookup error: ffmpeg: undefined symbol: ffm_nopts

2010-11-06 Thread Grégory Bulot
Bonjour, Bonsoir, 

Reprise de votre mail en citation, reponses éventuelles au fil du texte

Le 06 Nov 2010 14:06:57 GMT, moi-meme, vous avez écrit :

 si c'est pour télécharger de youtube le plugin firefox :
 downloadhelper marche très bien.

Non 

--
Cordialement 
Grégory BULOT

--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists

Pour vous DESABONNER, envoyez un message avec comme objet unsubscribe
vers debian-user-french-requ...@lists.debian.org
En cas de soucis, contactez EN ANGLAIS listmas...@lists.debian.org
Archive: http://lists.debian.org/20101106171117.75fe0...@morpheus.bulot-fr.com



mplayer: symbol lookup error: mplayer: undefined symbol: codec_wav_tags

2009-10-14 Thread Nicolas BERCHER

Hi,
Sorry if this has already been discussed here, but I can't find a 
working solution (I googled it).
I read the mailing archive (here: 
http://www.mail-archive.com/debian-bugs-d...@lists.debian.org/msg668446.html 
), and it seems that I need to install both mplayer and FFmpeg as 
synchronized packages, so my first idea was to get back to stable 
versions. But still, I got this error message.


Since I use mixed package installs between stable/testing/unstable and 
sometimes experimental (ok, maybe this is really bad), I'm a little 
afraid about installing FFmepg/mplayer from testing/unstable (which 
requires for example to uninstall vlc and some other stuff...)


Does anyone have a solution...?
Thanks a lot.
Nicolas.


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




Re: mplayer: symbol lookup error: mplayer: undefined symbol: codec_wav_tags

2009-10-14 Thread Florian Kulzer
On Wed, Oct 14, 2009 at 19:54:50 +0200, Nicolas BERCHER wrote:
 Hi,
 Sorry if this has already been discussed here, but I can't find a
 working solution (I googled it).
 I read the mailing archive (here: 
 http://www.mail-archive.com/debian-bugs-d...@lists.debian.org/msg668446.html
 ), and it seems that I need to install both mplayer and FFmpeg as
 synchronized packages, so my first idea was to get back to stable
 versions. But still, I got this error message.

Check which version of libavformat52 is installed; it should be
0.svn20080206-18, which does define codec_wav_tags.

 Since I use mixed package installs between stable/testing/unstable
 and sometimes experimental (ok, maybe this is really bad), I'm a
 little afraid about installing FFmepg/mplayer from testing/unstable
 (which requires for example to uninstall vlc and some other
 stuff...)

Debian-multimedia has mplayer/ffmpeg packages for Sid which can coexist
with Sid's version of vlc:

$ dpkg -l vlc mplayer ffmpeg | awk '/^ii/{print $2,$3}'
ffmpeg 5:0.5+svn20091001-0.0
mplayer 1:1.0.rc2svn20091001-0.1
vlc 1.0.2-1

-- 
Regards,| http://users.icfo.es/Florian.Kulzer
  Florian   |


-- 
Regards,| http://users.icfo.es/Florian.Kulzer
  Florian   |


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



symbol lookup error: /usr/lib/libgdk-x11-2.0.so.0: undefined symbol: XRRGetScreenResourcesCurrent

2009-04-26 Thread Gregor Galwas


Hi,

I recently updated X on my debian x86 system.

Now with every gtk application I want to use, I get

symbol lookup error: /usr/lib/libgdk-x11-2.0.so.0: undefined symbol:  
XRRGetScreenResourcesCurrent


(/usr/lib/openoffice/program/soffice.bin: symbol lookup error:  
/usr/lib/libgdk-x11-2.0.so.0: undefined symbol:  
XRRGetScreenResourcesCurrent)


error.

Icedove, xchat, openoffice and actually all gtk stuff refuses to work.

Any ideas?
I very much hope so.



Greets
Greg


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




Re: symbol lookup error: /usr/lib/libgdk-x11-2.0.so.0: undefined symbol: XRRGetScreenResourcesCurrent

2009-04-26 Thread Florian Kulzer
On Sun, Apr 26, 2009 at 11:07:54 +0200, Gregor Galwas wrote:

 Hi,

 I recently updated X on my debian x86 system.

Which version of Debian?

 Now with every gtk application I want to use, I get

 symbol lookup error: /usr/lib/libgdk-x11-2.0.so.0: undefined symbol:  
 XRRGetScreenResourcesCurrent

 (/usr/lib/openoffice/program/soffice.bin: symbol lookup error:  
 /usr/lib/libgdk-x11-2.0.so.0: undefined symbol:  
 XRRGetScreenResourcesCurrent)

 error.

 Icedove, xchat, openoffice and actually all gtk stuff refuses to work.

AFAICT, XRRGetScreenResourcesCurrent is defined in libXrandr, therefore
it would be interesting to see the output that you get for these two
commands:

ldd /usr/lib/libgdk-x11-2.0.so.0 | grep libXrandr

dpkg -l libxrandr\* | awk '/^i/{print$1,$2,$3}'

-- 
Regards,| http://users.icfo.es/Florian.Kulzer
  Florian   |


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: symbol lookup error: /usr/lib/libgdk-x11-2.0.so.0: undefined symbol: XRRGetScreenResourcesCurrent

2009-04-26 Thread Gregor Galwas

Hi, and thx for the answer.

The version is Debian Unstable x86_64

mcg...@pegasos:~$ ldd /usr/lib/libgdk-x11-2.0.so.0 | grep libXrandr
libXrandr.so.2 = /usr/local/lib/libXrandr.so.2  
(0x7f87d4fdc000)

mcg...@pegasos:~$ dpkg -l libxrandr\* | awk '/^i/{print$1,$2,$3}'
ii libxrandr-dev 2:1.3.0-2
ii libxrandr2 2:1.3.0-2

I am using fglrx ati driver, might that cause the problem?

Greets
Greg



On Sun, Apr 26, 2009 at 11:07:54 +0200, Gregor Galwas wrote:


Hi,

I recently updated X on my debian x86 system.


Which version of Debian?


Now with every gtk application I want to use, I get

symbol lookup error: /usr/lib/libgdk-x11-2.0.so.0: undefined symbol:
XRRGetScreenResourcesCurrent

(/usr/lib/openoffice/program/soffice.bin: symbol lookup error:
/usr/lib/libgdk-x11-2.0.so.0: undefined symbol:
XRRGetScreenResourcesCurrent)

error.

Icedove, xchat, openoffice and actually all gtk stuff refuses to work.


AFAICT, XRRGetScreenResourcesCurrent is defined in libXrandr, therefore
it would be interesting to see the output that you get for these two
commands:

ldd /usr/lib/libgdk-x11-2.0.so.0 | grep libXrandr

dpkg -l libxrandr\* | awk '/^i/{print$1,$2,$3}'





--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




Re: Error: /usr/lib/libfontconfig.so.1: undefined symbol: FT_Select_Size

2009-03-03 Thread Dennis Wicks

Florian Kulzer wrote the following on 02/28/2009 06:40 AM:

On Fri, Feb 27, 2009 at 20:08:06 -0600, Dennis Wicks wrote:

Greetings;

I have two programs that are failing at startup with this message;


/usr/lib/libfontconfig.so.1: undefined symbol: FT_Select_Size

Does any one know what the problem is?


FT_Select_Size should be defined in libfreetype.so.6 from the
libfreetype6 package.  You either have an outdated version of this
package, or your libfontconfig.so.1 links against the wrong
libfreetype.so.6 (e.g. a non-Debian version in /usr/local/lib/).

Please post the output of these two commands:

dpkg -l libfreetype6 | tail -n-1

ldd /usr/lib/libfontconfig.so.1



OK, here are the results


 dpkg -l libfreetype6 | tail -n-1
ii  libfreetype6 2.3.7-2 FreeType 2 font engine, shared library files



ldd /usr/lib/libfontconfig.so.1
linux-gate.so.1 =  (0xb7fb2000)
libfreetype.so.6 = /usr/local/lib/libfreetype.so.6 (0xb7f03000)
libz.so.1 = /usr/lib/libz.so.1 (0xb7eee000)
libexpat.so.1 = /usr/lib/libexpat.so.1 (0xb7ec7000)
libc.so.6 = /lib/i686/cmov/libc.so.6 (0xb7d6c000)
libpthread.so.0 = /lib/i686/cmov/libpthread.so.0 (0xb7d53000)
/lib/ld-linux.so.2 (0xb7fb3000)






--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




Re: Error: /usr/lib/libfontconfig.so.1: undefined symbol: FT_Select_Size

2009-03-03 Thread Florian Kulzer
On Tue, Mar 03, 2009 at 15:37:56 -0600, Dennis Wicks wrote:
 On Fri, Feb 27, 2009 at 20:08:06 -0600, Dennis Wicks wrote:

 I have two programs that are failing at startup with this message;

 /usr/lib/libfontconfig.so.1: undefined symbol: FT_Select_Size

[...]

  dpkg -l libfreetype6 | tail -n-1
 ii  libfreetype6 2.3.7-2 FreeType 2 font engine, shared library files

So far, so good...

 ldd /usr/lib/libfontconfig.so.1
  linux-gate.so.1 =  (0xb7fb2000)
  libfreetype.so.6 = /usr/local/lib/libfreetype.so.6 (0xb7f03000)

Here is your problem: You have a non-Debian (and most likely outdated)
version of libfreetype.so.6 in /usr/local/lib/. Get rid of it and run
ldconfig as root.

-- 
Regards,| http://users.icfo.es/Florian.Kulzer
  Florian   |


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Error: /usr/lib/libfontconfig.so.1: undefined symbol: FT_Select_Size

2009-02-28 Thread Florian Kulzer
On Fri, Feb 27, 2009 at 20:08:06 -0600, Dennis Wicks wrote:
 Greetings;

 I have two programs that are failing at startup with this message;

 /usr/lib/libfontconfig.so.1: undefined symbol: FT_Select_Size

 Does any one know what the problem is?

FT_Select_Size should be defined in libfreetype.so.6 from the
libfreetype6 package.  You either have an outdated version of this
package, or your libfontconfig.so.1 links against the wrong
libfreetype.so.6 (e.g. a non-Debian version in /usr/local/lib/).

Please post the output of these two commands:

dpkg -l libfreetype6 | tail -n-1

ldd /usr/lib/libfontconfig.so.1

-- 
Regards,| http://users.icfo.es/Florian.Kulzer
  Florian   |


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Error: /usr/lib/libfontconfig.so.1: undefined symbol: FT_Select_Size

2009-02-27 Thread Dennis Wicks

Greetings;

I have two programs that are failing at startup with this 
message;



/usr/lib/libfontconfig.so.1: undefined symbol: FT_Select_Size


Does any one know what the problem is?

I have already installed/reinstalled everything I coould 
find that seemed to be connected with font config.


TIA!
Dennis


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




Re: Undefined symbol XpmReadFileToImage

2008-09-14 Thread Florian Kulzer
On Sun, Sep 14, 2008 at 10:26:36 +1000, hce wrote:
 Hi,
 
 I've installed libxpm-dev, but I've got an error of undefiend symbol
 XpmReadFileToImage when I was running VLC plugin on Opera. After
 searching, I find following packages, which one should I install to
 fix the undefined symbol XpmReadFileToImage?

On my system this symbol is defined in /usr/lib/libXpm.so.4.11.0 from
package libxpm4.

-- 
Regards,| http://users.icfo.es/Florian.Kulzer
  Florian   |


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Undefined symbol XpmReadFileToImage

2008-09-13 Thread hce
Hi,

I've installed libxpm-dev, but I've got an error of undefiend symbol
XpmReadFileToImage when I was running VLC plugin on Opera. After
searching, I find following packages, which one should I install to
fix the undefined symbol XpmReadFileToImage?

$ apt-cache search libxpm
jwm - Very small lightweight pure X11 window manager with tray and menus
libimlib2 - powerful image loading and rendering library
libimlib2-dev - Imlib2 development files
libxpm-dev - X11 pixmap library (development headers)
libxpm4 - X11 pixmap library
libxpm4-dbg - X11 pixmap library (debug package)

Thank you.

Sean


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Undefined symbol XpmReadFileToImage

2008-09-13 Thread linuksos
Hi ,
 is this problem similar to yours?
http://wiki.videolan.org/User:Thannoy#undefined_symbol:_XpmReadFileToImage



-- 
lubo
http://www.linuxconfig.org/

On Sun, Sep 14, 2008 at 10:26 AM, hce [EMAIL PROTECTED] wrote:
 Hi,

 I've installed libxpm-dev, but I've got an error of undefiend symbol
 XpmReadFileToImage when I was running VLC plugin on Opera. After
 searching, I find following packages, which one should I install to
 fix the undefined symbol XpmReadFileToImage?

 $ apt-cache search libxpm
 jwm - Very small lightweight pure X11 window manager with tray and menus
 libimlib2 - powerful image loading and rendering library
 libimlib2-dev - Imlib2 development files
 libxpm-dev - X11 pixmap library (development headers)
 libxpm4 - X11 pixmap library
 libxpm4-dbg - X11 pixmap library (debug package)

 Thank you.

 Sean


 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



how can i use undefined symbol

2008-04-25 Thread 서청원
I got this message during compiling module.

 

Building modules, stage 2.

MODPOST

WARNING: tasklist_lock [ /Red/src/Red.ko] undefined!

make[1]: Leaving directory `/usr/src/linux-headers-2.6.18-4-686'

 

Actually, Red.ko had made but can not load the module due to the unknown symbol 
(tasklist_lock).

 

What’s the problem?? I can see the symbol is exported in the 
linux-header-2.6.18-4-686/include/linux/sched.h.

I couldn’t understand why it is shown “undefined”??

 

Also during searching about this problem, I read this - for linux kernel 
2.6.18, the symbol does NOT export any more …. Is this right???

If it is, is there any way to use the symbol ‘tasklist_lock’?

 

There is my only guess, it is needed the license to use this symbol.

 

 

 

Thanks a lot for any suggestion.

 



Re: sid scim and firefox: libgdk-x11-2.0.so.0: undefined symbol: g_once_init_enter_impl

2008-01-09 Thread Joel Roth
On Wed, Jan 09, 2008 at 04:53:30PM +0900, Joel Roth wrote:
 Hi Everyone, 
 
 Hope this is the right place to look for ideas how to solve
 me libraries problem. 

Turned out I had some libraries in /usr/local/lib that were
a problem. 

$ ldd /usr/lbi/iceweasel/firefox-bin

shows where iceweasel looks for symbols, and helped me,
along with advice from another list.

Thanks for your attention.


 When I upgraded my x86 system from etch to sid, two programs complained about
 libgtk-2.0-0: firefox and scim. Apt-get reports
 both programs are the newest versions.
 
 ii  iceweasel   2.0.0.11-1 
 
 
   $ firefox 
   
   /usr/lib/iceweasel/firefox-bin: symbol lookup error:
   /usr/lib/libgdk-x11-2.0.so.0: undefined symbol: g_once_init_enter_impl
   /usr/lib/iceweasel/firefox-bin: Symbol `SSL_ImplementedCiphers' has
   different size in shared object, consider re-linking
 
 and 
 
 
 ii  scim  1.4.7-2 smart common input method platform
 
   $scim -d
 
   Smart Common Input Method 1.4.7
 
   Launching a SCIM daemon with Socket FrontEnd...
   Loading simple Config module ...
   Creating backend ...
   Loading socket FrontEnd module ...
   Starting SCIM as daemon ...
   Launching a SCIM process with x11...
   Loading socket Config module ...
   Creating backend ...
   Loading x11 FrontEnd module ...
   GTK Panel of SCIM 1.4.7
 
   /usr/lib/scim-1.0/scim-panel-gtk: symbol lookup error:
   /usr/lib/libgdk-x11-2.0.so.0: undefined symbol: g_once_init_enter_impl
 
 I would welcome any hints or suggestions.
 
 Regards,
 
 
 -- 
 Joel Roth

-- 
Joel Roth


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



sid scim and firefox: libgdk-x11-2.0.so.0: undefined symbol: g_once_init_enter_impl

2008-01-09 Thread Joel Roth
Hi Everyone, 

Hope this is the right place to look for ideas how to solve
me libraries problem. 

When I upgraded my x86 system from etch to sid, two programs complained about
libgtk-2.0-0: firefox and scim. Apt-get reports
both programs are the newest versions.

ii  iceweasel   2.0.0.11-1 


$ firefox 

/usr/lib/iceweasel/firefox-bin: symbol lookup error:
/usr/lib/libgdk-x11-2.0.so.0: undefined symbol: g_once_init_enter_impl
/usr/lib/iceweasel/firefox-bin: Symbol `SSL_ImplementedCiphers' has
different size in shared object, consider re-linking

and 


ii  scim  1.4.7-2 smart common input method platform

$scim -d

Smart Common Input Method 1.4.7

Launching a SCIM daemon with Socket FrontEnd...
Loading simple Config module ...
Creating backend ...
Loading socket FrontEnd module ...
Starting SCIM as daemon ...
Launching a SCIM process with x11...
Loading socket Config module ...
Creating backend ...
Loading x11 FrontEnd module ...
GTK Panel of SCIM 1.4.7

/usr/lib/scim-1.0/scim-panel-gtk: symbol lookup error:
/usr/lib/libgdk-x11-2.0.so.0: undefined symbol: g_once_init_enter_impl

I would welcome any hints or suggestions.

Regards,


-- 
Joel Roth


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: sid scim and firefox: libgdk-x11-2.0.so.0: undefined symbol: g_once_init_enter_impl

2008-01-09 Thread David Fox
On 1/9/08, Joel Roth [EMAIL PROTECTED] wrote:

 Turned out I had some libraries in /usr/local/lib that were
 a problem.

Always a pitfall for me, and probably lots of others. I know I've been
bitten numerous times with
cruft in /usr/local that conflicts with other stuff, although I'm
pretty sure I have most of the old things removed by now.

Curiously, I didn't have any /usr/local links in that ldd output, and
don't experience the first error, but I have experienced the SSL
warning message, but it doesn't seem to hamper firefox at all from
what i can see. This is on lenny, all updates (as of last Saturday).

But I did notice a few not found in that ldd output here. It doesn't
seem to hamper (yet) but I am curious about them:

[EMAIL PROTECTED]:/tmp$ ldd /usr/lib/iceweasel/firefox-bin
linux-gate.so.1 =  (0xe000)
libmozjs.so = not found
libxpcom.so = not found
libxpcom_core.so = not found
libplc4.so.0d = /usr/lib/libplc4.so.0d (0xb7faf000)
libnspr4.so.0d = /usr/lib/libnspr4.so.0d (0xb7f7d000)
libpthread.so.0 = /lib/i686/cmov/libpthread.so.0 (0xb7f64000)

I can sort of guess that the libmozjs has something to do with javascript.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: undefined symbol for pango_language_get_default in lenny upgrade

2008-01-04 Thread Florian Kulzer
On Thu, Jan 03, 2008 at 23:45:26 -0400, Mauricio Lin wrote:
 Hi all,
 
 After upgrading my dist from etch to lenny I got problems with GTK 
 applications.
 
 When I try to run any GTK application the following error is displayed
 in the terminal:
 
 symbol lookup error: /usr/lib/libgtk-x11-2.0.so.0: undefined symbol:
 pango_language_get_default
 
 For example, this error happens to synaptic, gedit, icedove and gnome
 desktop as well.
 
 Is there any solution for that? What would be the procedure for that?

pango_language_get_default is defined in /usr/lib/libpango-1.0.so.0,
which is part of the libpango1.0-0 package. Which version of this
package is installed on your system? You can check this by running 

dpkg -l libpango1.0-0

in a terminal. A fully up-to-date Lenny system should have version
1.18.3-1. (Just post the output of this command to this list if you are
not sure what it means; we can have a look then.)

My guess is that your upgrade is incomplete, so you should also tell us
which package manager and which command or menu option you used to
perform this upgrade.

-- 
Regards,| http://users.icfo.es/Florian.Kulzer
  Florian   |


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: undefined symbol for pango_language_get_default in lenny upgrade

2008-01-04 Thread Mauricio Lin
Hi Florian,

On Jan 4, 2008 6:06 AM, Florian Kulzer [EMAIL PROTECTED] wrote:

 On Thu, Jan 03, 2008 at 23:45:26 -0400, Mauricio Lin wrote:
  Hi all,
 
  After upgrading my dist from etch to lenny I got problems with GTK 
  applications.
 
  When I try to run any GTK application the following error is displayed
  in the terminal:
 
  symbol lookup error: /usr/lib/libgtk-x11-2.0.so.0: undefined symbol:
  pango_language_get_default
 
  For example, this error happens to synaptic, gedit, icedove and gnome
  desktop as well.
 
  Is there any solution for that? What would be the procedure for that?

 pango_language_get_default is defined in /usr/lib/libpango-1.0.so.0,
 which is part of the libpango1.0-0 package. Which version of this
 package is installed on your system? You can check this by running

 dpkg -l libpango1.0-0

 in a terminal. A fully up-to-date Lenny system should have version
 1.18.3-1. (Just post the output of this command to this list if you are
 not sure what it means; we can have a look then.)

The version is 1.18.3-1 as follows:

Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ NameVersion
  Description
+++-===--==
ii  libpango1.0-0   1.18.3-1
  Layout and rendering of internationalized text



 My guess is that your upgrade is incomplete, so you should also tell us
 which package manager and which command or menu option you used to
 perform this upgrade.

After changing  the sources.list to lenny repository I did the following steps:

#apt-get update

#apt-get dist-upgrade

Any suggestion?

BR,

Mauricio Lin.


 --
 Regards,| http://users.icfo.es/Florian.Kulzer
   Florian   |


 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: undefined symbol for pango_language_get_default in lenny upgrade

2008-01-04 Thread Florian Kulzer
On Fri, Jan 04, 2008 at 12:08:24 -0400, Mauricio Lin wrote:
 On Jan 4, 2008 6:06 AM, Florian Kulzer wrote:
  On Thu, Jan 03, 2008 at 23:45:26 -0400, Mauricio Lin wrote:
   Hi all,
  
   After upgrading my dist from etch to lenny I got problems with GTK 
   applications.
  
   When I try to run any GTK application the following error is displayed
   in the terminal:
  
   symbol lookup error: /usr/lib/libgtk-x11-2.0.so.0: undefined symbol:
   pango_language_get_default

[...]

  pango_language_get_default is defined in /usr/lib/libpango-1.0.so.0,
  which is part of the libpango1.0-0 package. Which version of this
  package is installed on your system? You can check this by running
 
  dpkg -l libpango1.0-0
 
  in a terminal. A fully up-to-date Lenny system should have version
  1.18.3-1. (Just post the output of this command to this list if you are
  not sure what it means; we can have a look then.)
 
 The version is 1.18.3-1 as follows:

[...]

 ii  libpango1.0-0   1.18.3-1
   Layout and rendering of internationalized text

That looks good to me.

  My guess is that your upgrade is incomplete, so you should also tell us
  which package manager and which command or menu option you used to
  perform this upgrade.
 
 After changing  the sources.list to lenny repository I did the following 
 steps:
 
 #apt-get update
 
 #apt-get dist-upgrade

That should be enough. I assume there were no messages about errors,
broken packages or packages being kept back?
 
 Any suggestion?

We have to dig a little deeper; you can run the same commands and check
if you get the same output.

Just to be sure, verify that the symbol is indeed defined in
libpango-1.0.so.0:

$ nm -D /usr/lib/libpango-1.0.so.0 | grep pango_language_get_default
000199e0 T pango_language_get_default

We also have to check if libgtk-x11-2.0.so.0 gets linked against the
correct pango libraries:

$ ldd /usr/lib/libgtk-x11-2.0.so.0 | grep pango
libpangocairo-1.0.so.0 = /usr/lib/libpangocairo-1.0.so.0 (0xb7b5d000)
libpango-1.0.so.0 = /usr/lib/libpango-1.0.so.0 (0xb7b2)
libpangoft2-1.0.so.0 = /usr/lib/libpangoft2-1.0.so.0 (0xb76bb000)

Undefined symbol problems are often caused by non-Debian libraries in
/usr/local/lib/; the ldd ... command should tell you if this is the
case for the pango libraries on your system.

-- 
Regards,| http://users.icfo.es/Florian.Kulzer
  Florian   |


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



undefined symbol for pango_language_get_default in lenny upgrade

2008-01-03 Thread Mauricio Lin
Hi all,

After upgrading my dist from etch to lenny I got problems with GTK applications.

When I try to run any GTK application the following error is displayed
in the terminal:

symbol lookup error: /usr/lib/libgtk-x11-2.0.so.0: undefined symbol:
pango_language_get_default

For example, this error happens to synaptic, gedit, icedove and gnome
desktop as well.

Is there any solution for that? What would be the procedure for that?

BR,

Mauricio Lin.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



/usr/X11R6/ (was: libXfont.so.1: undefined symbol: FT_Init_FreeType)

2007-04-26 Thread Florian Kulzer
On Wed, Apr 25, 2007 at 22:05:30 -0400, Wayne Topa wrote:
 Florian Kulzer is reported to have said:

[...]

  Be careful though, some packages still have files in /usr/X11R6/:

[...]

 Thanks Florian.  I didn't remove the dir.  I usually just rename it to
 see if anything breaks.  Moving /usr/X11R6/ to /usr/1-X11R6/ has not
 caused any problems, so far.  Checking /usr/X11R6/ I find a bunch of 
 _empty_ dirs.  
 
 I'll leave it that way for a few weeks but don't think I'll break
 anything I currently have installed.

It might be a good idea to keep /usr/X11R6/bin around as a symlink to
/usr/bin. That is what Debian seems to do by default.

-- 
Regards,| http://users.icfo.es/Florian.Kulzer
  Florian   |


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: /usr/X11R6/ (was: libXfont.so.1: undefined symbol: FT_Init_FreeType)

2007-04-26 Thread Wayne Topa
Florian Kulzer([EMAIL PROTECTED]) is reported to have said:
 On Wed, Apr 25, 2007 at 22:05:30 -0400, Wayne Topa wrote:
  Florian Kulzer is reported to have said:
 
 [...]
 
   Be careful though, some packages still have files in /usr/X11R6/:
 
 [...]
 
  Thanks Florian.  I didn't remove the dir.  I usually just rename it to
  see if anything breaks.  Moving /usr/X11R6/ to /usr/1-X11R6/ has not
  caused any problems, so far.  Checking /usr/X11R6/ I find a bunch of 
  _empty_ dirs.  
  
  I'll leave it that way for a few weeks but don't think I'll break
  anything I currently have installed.
 
 It might be a good idea to keep /usr/X11R6/bin around as a symlink to
 /usr/bin. That is what Debian seems to do by default.
 

Thanks...  Done.  Heck, /usr/X11R6/ is only 180 bytes so I wouldn't
gain much by removing it anyway.

Have a Great day!

Wayne

-- 
Any programming language is at its best before it is implemented and
used.
___


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: libXfont.so.1: undefined symbol: FT_Init_FreeType

2007-04-25 Thread Florian Kulzer
On Wed, Apr 25, 2007 at 19:34:05 +0300, gustavo halperin wrote:
 Florian Kulzer wrote:
 On Wed, Apr 25, 2007 at 01:48:36 +0300, gustavo halperin wrote:
   
 Hello,

 After upgrade to Debian release 4.0 I suffer some problems, the big one 
 is that the connection to X server be come lost if I call to: Eterm or to 
 xpdf or to ida.
 The are no message in no place, the only message I get is from the tty1 
 from where I start the X (startx). Below I attach the message:

/usr/bin/X11/X: symbol lookup error: /usr/X11R6/lib/libXfont.so.1: 
 undefined symbol:FT_Init_FreeType
Gdk-ERROR **: X connection to :0.0 broken (explicit kill or server 
 shutdown).
xterm:  fatal IO error 32 (Broken pipe) or KillClient on X server 
 :0.0
X connection to :0.0 broken (explicit kill or server shutdown).
X connection to :0.0 broken (explicit kill or server shutdown).
xinit:  connection to X server lost.
[27226] SessionExit already in progress ... now exiting
X connection to :0.0 broken (explicit kill or server shutdown).
 

   
 Below I paste the answers, thank you

 What is the output of these commands:

 X -version
   
 ~ : X -version
 X Window System Version 7.1.1
 Release Date: 12 May 2006
 X Protocol Version 11, Revision 0, Release 7.1.1
 Build Operating System: UNKNOWN
 Current Operating System: Linux pr100 2.6.19.1 #10 SMP Thu Jan 11 03:38:04 
 IST 2007 i686
 Build Date: 04 April 2007
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
 Module Loader present

Is that the standard X from Etch? I thought Etch had version 7.1.0.

 file /usr/X11R6/lib/libXfont.so.1
   
 ~ : file /usr/X11R6/lib/libXfont.so.1
 /usr/X11R6/lib/libXfont.so.1: symbolic link to `libXfont.so.1.5'
 ~ : file /usr/X11R6/lib/libXfont.so.1.5
 /usr/X11R6/lib/libXfont.so.1.5: ELF 32-bit LSB shared object, Intel 80386, 
 version 1 (SYSV), not stripped

I cannot find libXfont.so.1.5 in any branch of Debian. Where does this
file come from?

 dpkg -S /usr/X11R6/lib/libXfont.so.1
   
 ~ : dpkg -S /usr/X11R6/lib/libXfont.so.1
 dpkg: /usr/X11R6/lib/libXfont.so.1 not found.
 ~ : dpkg -S /usr/X11R6/lib/libXfont.so dpkg: /usr/X11R6/lib/libXfont.so not 
 found.
 ~ : dpkg -S /usr/X11R6/lib/libXfont  dpkg: /usr/X11R6/lib/libXfont not 
 found.

[ snip: libxfont1 1:1.2.2-2 seems to be installed OK ]

You seem to have some non-Debian X libraries on your system. My guess is
that you have to get rid of them. I would start by (temporarily)
removing the symlink /usr/X11R6/lib/libXfont.so.1. The Debian Xorg
should use /usr/lib/libXfont.so.1 instead.

-- 
Regards,| http://users.icfo.es/Florian.Kulzer
  Florian   |


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: libXfont.so.1: undefined symbol: FT_Init_FreeType

2007-04-25 Thread Wayne Topa
Florian Kulzer([EMAIL PROTECTED]) is reported to have said:
 On Wed, Apr 25, 2007 at 19:34:05 +0300, gustavo halperin wrote:
  Florian Kulzer wrote:
  On Wed, Apr 25, 2007 at 01:48:36 +0300, gustavo halperin wrote:

--snip--

 
 You seem to have some non-Debian X libraries on your system. My guess is
 that you have to get rid of them. I would start by (temporarily)
 removing the symlink /usr/X11R6/lib/libXfont.so.1. The Debian Xorg
 should use /usr/lib/libXfont.so.1 instead.
 

Interesting.  My testing partition has been kept current by upgrading
for years.  I do not have the OP's problem but your mention of
/usr/X11R6 reminded me that I had seen the X11R6 show up recently.
Seems that the upgrading was somewhat lax in removing old dirs.

Thanks for ther reminder!

VT1 root-3-TESTING:~# cds X11R6
 1  /usr/X11R6
 2  /usr/X11R6/include
 3  /usr/X11R6/include/X11
 4  /usr/X11R6/include/X11/PM
 5  /usr/X11R6/include/X11/pixmaps
 6  /usr/X11R6/lib
 7  /usr/X11R6/lib/X11
 8  /usr/X11R6/lib/X11/fonts
 9  /usr/X11R6/lib/X11/fonts/75dpi
10  /usr/X11R6/lib/X11/fonts/100dpi
11  /usr/X11R6/lib/X11/fonts/Type1
12  /usr/X11R6/lib/X11/fonts/encodings
13  /usr/X11R6/lib/X11/fonts/encodings/large
14  /usr/X11R6/lib/X11/fonts/Speedo
15  /usr/X11R6/lib/X11/fonts/misc
16  /usr/X11R6/lib/X11/icons
17  /usr/X11R6/lib/X11/icons/default
18  /var/cache/man/X11R6
19  /var/cache/man/X11R6/cat3
20  /var/cache/man/X11R6/cat5
21  /var/cache/man/X11R6/cat4
22  /var/cache/man/X11R6/cat1
23  /var/cache/man/X11R6/cat7

Wayne

-- 
One picture is worth 128K words.
___


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: libXfont.so.1: undefined symbol: FT_Init_FreeType

2007-04-25 Thread Florian Kulzer
On Wed, Apr 25, 2007 at 10:15:47 -0400, Wayne Topa wrote:
 Florian Kulzer is reported to have said:

[...]

  You seem to have some non-Debian X libraries on your system. My guess is
  that you have to get rid of them. I would start by (temporarily)
  removing the symlink /usr/X11R6/lib/libXfont.so.1. The Debian Xorg
  should use /usr/lib/libXfont.so.1 instead.
  
 
 Interesting.  My testing partition has been kept current by upgrading
 for years.  I do not have the OP's problem but your mention of
 /usr/X11R6 reminded me that I had seen the X11R6 show up recently.
 Seems that the upgrading was somewhat lax in removing old dirs.
 
 Thanks for ther reminder!

[...]

Be careful though, some packages still have files in /usr/X11R6/:

$ apt-file search /usr/X11R6/ | cut -d: -f1 | sort -u
gtkcookie
mova
t1-xfree86-nonfree
tenmado
toolbar-fancy
wily
x11-common
xfonts-encodings
xgammon
xscreensaver
xvier
zblast-x11

-- 
Regards,| http://users.icfo.es/Florian.Kulzer
  Florian   |


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: libXfont.so.1: undefined symbol: FT_Init_FreeType

2007-04-25 Thread Wayne Topa
Florian Kulzer([EMAIL PROTECTED]) is reported to have said:
 On Wed, Apr 25, 2007 at 10:15:47 -0400, Wayne Topa wrote:
  Florian Kulzer is reported to have said:
 
 [...]
 
--snip--

  
  Interesting.  My testing partition has been kept current by upgrading
  for years.  I do not have the OP's problem but your mention of
  /usr/X11R6 reminded me that I had seen the X11R6 show up recently.
  Seems that the upgrading was somewhat lax in removing old dirs.
  
  Thanks for ther reminder!
 
 [...]
 
 Be careful though, some packages still have files in /usr/X11R6/:
 
 $ apt-file search /usr/X11R6/ | cut -d: -f1 | sort -u
 gtkcookie
 mova
 t1-xfree86-nonfree
 tenmado
 toolbar-fancy
 wily
 x11-common
 xfonts-encodings
 xgammon
 xscreensaver
 xvier
 zblast-x11

Thanks Florian.  I didn't remove the dir.  I usually just rename it to
see if anything breaks.  Moving /usr/X11R6/ to /usr/1-X11R6/ has not
caused any problems, so far.  Checking /usr/X11R6/ I find a bunch of 
_empty_ dirs.  

I'll leave it that way for a few weeks but don't think I'll break
anything I currently have installed.

Regards

Wayne

-- 
Beware of Programmers who carry screwdrivers.
___


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: libXfont.so.1: undefined symbol: FT_Init_FreeType

2007-04-24 Thread Florian Kulzer
On Wed, Apr 25, 2007 at 01:48:36 +0300, gustavo halperin wrote:
 Hello,

 After upgrade to Debian release 4.0 I suffer some problems, the big one is 
 that the connection to X server be come lost if I call to: Eterm or to xpdf 
 or to ida.
 The are no message in no place, the only message I get is from the tty1 
 from where I start the X (startx). Below I attach the message:

/usr/bin/X11/X: symbol lookup error: /usr/X11R6/lib/libXfont.so.1: 
 undefined symbol:FT_Init_FreeType
Gdk-ERROR **: X connection to :0.0 broken (explicit kill or server 
 shutdown).
xterm:  fatal IO error 32 (Broken pipe) or KillClient on X server :0.0
X connection to :0.0 broken (explicit kill or server shutdown).
X connection to :0.0 broken (explicit kill or server shutdown).
xinit:  connection to X server lost.
[27226] SessionExit already in progress ... now exiting
X connection to :0.0 broken (explicit kill or server shutdown).

What is the output of these commands:

X -version

file /usr/X11R6/lib/libXfont.so.1

dpkg -S /usr/X11R6/lib/libXfont.so.1

apt-cache policy libxfont1

-- 
Regards,| http://users.icfo.es/Florian.Kulzer
  Florian   |


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: libXfont.so.1: undefined symbol: FT_Init_FreeType

2007-04-24 Thread gustavo halperin

Florian Kulzer wrote:

On Wed, Apr 25, 2007 at 01:48:36 +0300, gustavo halperin wrote:
  

Hello,

After upgrade to Debian release 4.0 I suffer some problems, the big one is 
that the connection to X server be come lost if I call to: Eterm or to xpdf 
or to ida.
The are no message in no place, the only message I get is from the tty1 
from where I start the X (startx). Below I attach the message:


   /usr/bin/X11/X: symbol lookup error: /usr/X11R6/lib/libXfont.so.1: 
undefined symbol:FT_Init_FreeType
   Gdk-ERROR **: X connection to :0.0 broken (explicit kill or server 
shutdown).

   xterm:  fatal IO error 32 (Broken pipe) or KillClient on X server :0.0
   X connection to :0.0 broken (explicit kill or server shutdown).
   X connection to :0.0 broken (explicit kill or server shutdown).
   xinit:  connection to X server lost.
   [27226] SessionExit already in progress ... now exiting
   X connection to :0.0 broken (explicit kill or server shutdown).



  

Below I paste the answers, thank you


What is the output of these commands:

X -version
  

~ : X -version
X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: UNKNOWN
Current Operating System: Linux pr100 2.6.19.1 #10 SMP Thu Jan 11 
03:38:04 IST 2007 i686

Build Date: 04 April 2007
   Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
Module Loader present

file /usr/X11R6/lib/libXfont.so.1
  

~ : file /usr/X11R6/lib/libXfont.so.1
/usr/X11R6/lib/libXfont.so.1: symbolic link to `libXfont.so.1.5'
~ : file /usr/X11R6/lib/libXfont.so.1.5
/usr/X11R6/lib/libXfont.so.1.5: ELF 32-bit LSB shared object, Intel 
80386, version 1 (SYSV), not stripped

dpkg -S /usr/X11R6/lib/libXfont.so.1
  

~ : dpkg -S /usr/X11R6/lib/libXfont.so.1
dpkg: /usr/X11R6/lib/libXfont.so.1 not found.
~ : dpkg -S /usr/X11R6/lib/libXfont.so 
dpkg: /usr/X11R6/lib/libXfont.so not found.
~ : dpkg -S /usr/X11R6/lib/libXfont  
dpkg: /usr/X11R6/lib/libXfont not found.

~ : dpkg -S libXfont
libxfont-dev: /usr/lib/libXfont.a
libxfontcache1: /usr/lib/libXfontcache.so.1.0.0
libxfont-dev: /usr/lib/libXfont.so
libxfont1: /usr/lib/libXfont.so.1.4.1
libxfont1: /usr/lib/libXfont.so.1
libxfontcache1: /usr/lib/libXfontcache.so.1

apt-cache policy libxfont1
  

~ : apt-cache policy libxfont1
libxfont1:
 Installed: 1:1.2.2-2
 Candidate: 1:1.2.2-2
 Version table:
*** 1:1.2.2-2 0
   500 http://ftp.br.debian.org stable/main Packages
   100 /var/lib/dpkg/status


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




libXfont.so.1: undefined symbol: FT_Init_FreeType

2007-04-23 Thread gustavo halperin

Hello,

After upgrade to Debian release 4.0 I suffer some problems, the big one 
is that the connection to X server be come lost if I call to: Eterm or 
to xpdf or to ida.
The are no message in no place, the only message I get is from the tty1 
from where I start the X (startx). Below I attach the message:


   /usr/bin/X11/X: symbol lookup error: /usr/X11R6/lib/libXfont.so.1: 
undefined symbol:FT_Init_FreeType
   Gdk-ERROR **: X connection to :0.0 broken (explicit kill or server 
shutdown).
   xterm:  fatal IO error 32 (Broken pipe) or KillClient on X server 
:0.0

   X connection to :0.0 broken (explicit kill or server shutdown).
   X connection to :0.0 broken (explicit kill or server shutdown).
   xinit:  connection to X server lost.
   [27226] SessionExit already in progress ... now exiting
   X connection to :0.0 broken (explicit kill or server shutdown).


thank you in advance,
Gustavo


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: dvdbackup: undefined symbol: UDFFindFile

2007-03-26 Thread Stephen Gran
This one time, at band camp, gustavo halperin said:
 Hi,
 I am getting this error when I try to backup my video dvd or just get
 info of my video dvd, see below:
 linux: dvdbackup -Mi /dev/dvd -I
   dvdbackup: relocation error: dvdbackup: undefined symbol: UDFFindFile
 
 My packages version are:
 linux : dpkg -s libdvdread3|fgrep Version
   Version: 0.9.7-0.0sarge1

In sarge, I see 0.9.4-5 - where did you get this version?

 Does anyone know how to fix this?

I suggest using sarge's libdvdread3 and see if it works.
-- 
 -
|   ,''`.Stephen Gran |
|  : :' :[EMAIL PROTECTED] |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


signature.asc
Description: Digital signature


Re: dvdbackup: undefined symbol: UDFFindFile

2007-03-26 Thread Sven Arvidsson
On Sun, 2007-03-25 at 21:49 +0200, gustavo halperin wrote:
 I am getting this error when I try to backup my video dvd or just get 
 info of my video dvd, see below:
 
 linux: dvdbackup -Mi /dev/dvd -I
 dvdbackup: relocation error: dvdbackup: undefined symbol: 
 UDFFindFile
 [snip]
 linux : dpkg -s dvdbackup|fgrep Version
 Version: 0.1.1-3
 
 Does anyone know how to fix this?

Sounds like it's time to upgrade, this is fixed in version 0.1.1-6.
See, http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=365637

-- 
Cheers,
Sven Arvidsson
http://www.whiz.se
PGP Key ID 760BDD22


signature.asc
Description: This is a digitally signed message part


dvdbackup: undefined symbol: UDFFindFile

2007-03-25 Thread gustavo halperin

Hi,
I am getting this error when I try to backup my video dvd or just get 
info of my video dvd, see below:


linux: dvdbackup -Mi /dev/dvd -I
   dvdbackup: relocation error: dvdbackup: undefined symbol: 
UDFFindFile


The dependences of dvdbackup are:
linux : ldd /usr/bin/dvdbackup
   libdvdread.so.3 = /usr/lib/libdvdread.so.3 (0xb7fb5000)
   libc.so.6 = /lib/tls/libc.so.6 (0xb7e7f000)
   libdl.so.2 = /lib/tls/libdl.so.2 (0xb7e7c000)
   /lib/ld-linux.so.2 = /lib/ld-linux.so.2 (0xb7fe8000)

My packages version are:
linux : dpkg -s libdvdread3|fgrep Version
   Version: 0.9.7-0.0sarge1
linux : dpkg -s dvdbackup|fgrep Version
   Version: 0.1.1-3

Does anyone know how to fix this?

Thanks

 Gustavo


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




dvdbackup: undefined symbol: UDFFindFile

2007-03-25 Thread gustavo halperin

Hi,
I am getting this error when I try to backup my video dvd or just get
info of my video dvd, see below:
linux: dvdbackup -Mi /dev/dvd -I
  dvdbackup: relocation error: dvdbackup: undefined symbol: UDFFindFile

The dependences of dvdbackup are:
linux : ldd /usr/bin/dvdbackup
  libdvdread.so.3 = /usr/lib/libdvdread.so.3 (0xb7fb5000)
  libc.so.6 = /lib/tls/libc.so.6 (0xb7e7f000)
  libdl.so.2 = /lib/tls/libdl.so.2 (0xb7e7c000)
  /lib/ld-linux.so.2 = /lib/ld-linux.so.2 (0xb7fe8000)

My packages version are:
linux : dpkg -s libdvdread3|fgrep Version
  Version: 0.9.7-0.0sarge1
linux : dpkg -s dvdbackup|fgrep Version
  Version: 0.1.1-3


Does anyone know how to fix this?

Thank you,
  Gustavo



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




undefined symbol: xmlIsBaseCharGroup

2007-02-23 Thread David R. Litwin

I've got plenty of packages pertaining to libxslt1 and libxml2 -- including
devs. Clearly, I'm either missing some thing; or else there is a bug.

Help?

Cheers.

--
—A watched bread-crumb never boils.
—My hover-craft is full of eels.
—[...]and that's the he and the she of it.


Error on glide3 undefined symbol

2006-06-20 Thread Franco Gorziglia
Hello All,I'm a debian enthusiastic since three years ago, but I never can make the graphic acceleration work, but i feel that I'm close.Now I'm running debian sid with Xorg 7.0 and my card is a 3dfx Voodoo 5, and all seems right except when the system load the glide libraries, and this is what happen:
[EMAIL PROTECTED]:~$ glxinfoglxinfo: symbol lookup error: /usr/lib/libglide3.so.3: undefined symbol: __LINE__[EMAIL PROTECTED]:~$Somebody have any idea? I past some hours in google but i don't know where to start. 
Thank you in advance.-- Franco Gorziglia Cheviakoffhttp://www.gorziglia.cl


Re: mplayer error: undefined symbol: faacDecOpen

2006-05-31 Thread Adam Funk
On 2006-05-16, Adam Funk [EMAIL PROTECTED] wrote:
 On 2006-05-15, Jérôme Schneider [EMAIL PROTECTED] wrote:

 I think the problem is here : libavcodec1 and libavcodec2 are not
 official and not in the Marillat's repositry ! I think you must remove
 them and it will work.

 I've purged them, then purged libabcodeccvs and libavcodeccvs51, then
 reinstalled mplayer, and I still get the same error.  I 
...
 I can't think of anywhere else to look for the problem.

I eventually solved this problem by purging the following packages

  faad libavcodeccvs51 libavutilcvs0 libavutilcvs49 libfaad2-0
  libpostproccvs51 mencoder mozilla-mplayer mplayer

and reinstalling mplayer, mencoder, mozilla-player and faad.  The
mplayer command works again.  Mysterious!


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: mplayer error: undefined symbol: faacDecOpen

2006-05-16 Thread Adam Funk
On 2006-05-15, Jérôme Schneider [EMAIL PROTECTED] wrote:

 I think the problem is here : libavcodec1 and libavcodec2 are not
 official and not in the Marillat's repositry ! I think you must remove
 them and it will work.

I've purged them, then purged libabcodeccvs and libavcodeccvs51, then
reinstalled mplayer, and I still get the same error.  I 

`apt-file search libavcodec` lists the following packages

  libavcodec-dev
  libavcodec0d 
  libavcodeccvs
  libavcodeccvs51
  libavcodeccvs51-dev
  mplayer-doc

and `dpkg -l libavcodec*` gives me the following;

  pn  libavcodec1  none
  pn  libavcodec2  none
  pn  libavcodeccvsnone
  ii  libavcodeccvs51  20060323-0.1

I can't think of anywhere else to look for the problem.


 Before check if you have the good Marillat repositry in your
 sources.list (he changes recently) :

I have the following.  Nothing changed when I replaced unstable with sid.

  deb http://www.debian-multimedia.org   stable main
  deb http://www.debian-multimedia.org  testing main
  deb http://www.debian-multimedia.org unstable main

Thanks,
Adam


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



mplayer error: undefined symbol: faacDecOpen

2006-05-15 Thread Adam Funk
I've been using Christian Marillat's mplayer packages for quite a
while, mostly successfully.  But recently it started failing with this error:

$ mplayer 
mplayer: symbol lookup error: /usr/lib/libavcodec.so.51: undefined symbol: 
faacDecOpen

regardless of the arguments after mplayer.

I've looked at the Google results and they all point to the same
thing:

-- 5/11/2004 :
-- If you see this error message with mplayer :
-- 
-- mplayer: relocation error:
-- /usr/lib/libavcodec.so.0.4.9-pre1: undefined symbol:
-- faacDecOpen
-- 
-- Install my libfaad2-0 package, and don't try to mix up video
-- packages from my site with others repositories (for example
-- the rarewares.org repository) this doesn't work.

but that was a long time ago, and I'm fairly certain I am using his
libfaad2-0 package:

$ dpkg -l mplayer* libfaad*
[snipped out the uninstalled stuff]
ii  libfaad2-0  2.0.0+cvs20060416-0.1  
ii  mplayer 1.0-pre7cvs20060325-0.3
ii  mplayer-doc 1.0-pre7cvs20060325-0.3
ii  mplayer-skin-blue   1.5-0.5

I'd appreciate any suggestions for solving or debugging this problem.

Thanks,
Adam


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: mplayer error: undefined symbol: faacDecOpen

2006-05-15 Thread Jérôme Schneider
Adam Funk wrote:
 I've been using Christian Marillat's mplayer packages for quite a
 while, mostly successfully.  But recently it started failing with this error:

 $ mplayer 
 mplayer: symbol lookup error: /usr/lib/libavcodec.so.51: undefined symbol: 
 faacDecOpen

 regardless of the arguments after mplayer.
 [...]
   
Hi,

Can you give me the result of :

aptitude show libavcodeccvs51
aptitude show libfaad2-0


Jérôme


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: mplayer error: undefined symbol: faacDecOpen

2006-05-15 Thread Adam Funk
On 2006-05-15, Jérôme Schneider [EMAIL PROTECTED] wrote:

 aptitude show libavcodeccvs51
 aptitude show libfaad2-0

Of course! (Apologies for the wide lines.)

$ aptitude show libavcodeccvs51
Package: libavcodeccvs51
New: yes
State: installed
Automatically installed: yes
Version: 3:20060430-0.3
Priority: optional
Section: libs
Maintainer: Christian Marillat [EMAIL PROTECTED]
Uncompressed Size: 4772k
Depends: libavutilcvs49 (= 3:20060430), libc6 (= 2.3.6-6), libfaac0 (= 
1.24+cvs20060416), libfaad2-0 (= 2.0.0+cvs20060416), libgsm1 (= 1.0.10), 
liblame0 (= 3.96.1-1),
 liblzo1, libogg0 (= 1.1.3), libtheora0, libvorbis0a (= 1.1.2), 
libvorbisenc2 (= 1.1.2), libxvidcore4 (= 1:1.0.0-0.0), zlib1g (= 1:1.2.1)
Description: library to encode decode multimedia streams - runtime files
 ffmpeg is a hyper fast real time audio/video encoder, a streaming server and a 
generic audio and video file converter. 
 
 It can grab from a standard Video4Linux video source and convert it into 
several file formats based on DCT/motion compensation encoding. Sound is 
compressed in MPEG audio layer 2
 or using an AC3 compatible stream.


$ aptitude show libfaad2-0
Package: libfaad2-0
State: installed
Automatically installed: no
Version: 2.0.0+cvs20060416-0.1
Priority: optional
Section: libs
Maintainer: Christian Marillat [EMAIL PROTECTED]
Uncompressed Size: 492k
Depends: libc6 (= 2.3.6-6)
Description: freeware Advanced Audio Decoder - runtime files
 FAAD2 is the fastest ISO AAC audio decoder available. FAAD2 correctly decodes 
all MPEG-4 and MPEG-2 MAIN, LOW, LTP, LD and ER object type AAC files.


$ dpkg -l libavcodec* libfaad*
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ NameVersion 
Description
+++-===-===-==
ii  libavcodec1 0.4.8-sarge0.0  
Library to encode decode multimedia streams - runtime files
ii  libavcodec2 0.4.9-pre1-sarge0.2 
Library to encode decode multimedia streams - runtime files
ii  libavcodeccvs   20060210-0.0
library to encode decode multimedia streams - runtime files
ii  libavcodeccvs51 20060323-0.1
library to encode decode multimedia streams - runtime files
ii  libfaad2-0  2.0.0+cvs20060416-0.1   
freeware Advanced Audio Decoder - runtime files


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: mplayer error: undefined symbol: faacDecOpen

2006-05-15 Thread Jérôme Schneider

 $ dpkg -l libavcodec* libfaad*
 Desired=Unknown/Install/Remove/Purge/Hold
 | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
 |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: 
 uppercase=bad)
 ||/ NameVersion   
   Description
 +++-===-===-==
 ii  libavcodec1 0.4.8-sarge0.0
   Library to encode decode multimedia streams - runtime files
 ii  libavcodec2 0.4.9-pre1-sarge0.2   
   Library to encode decode multimedia streams - runtime files
   
I think the problem is here : libavcodec1 and libavcodec2 are not
official and not in the Marillat's repositry ! I think you must remove
them and it will work.

Before check if you have the good Marillat repositry in your
sources.list (he changes recently) :
- Stable (i386, sparc) :
*deb http://www.debian-multimedia.org stable main
- Testing (i386, amd64 and sparc) :
**deb http://www.debian-multimedia.org testing main
- Unstable (i386, sparc) :
**deb http://www.debian-multimedia.org sid main*
 ii  libavcodeccvs   20060210-0.0  
   library to encode decode multimedia streams - runtime files
 ii  libavcodeccvs51 20060323-0.1  
   library to encode decode multimedia streams - runtime files
 ii  libfaad2-0  2.0.0+cvs20060416-0.1 
   freeware Advanced Audio Decoder - runtime files
   
This packages are good.

Jérôme


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: php4.so, undefined symbol: RAND_load_file (Apache 1.3)

2005-12-31 Thread Almut Behrens
On Fri, Dec 30, 2005 at 07:12:20PM -0500, Julien Lamarche wrote:
 
  For MapTools' FGS base with Chamelon, I used it's own install script.

Did you run the install script as root, or as your normal user?
Which destination directory did you specify when asked?

I haven't really used FGS myself so far, but if I'm understanding
things correctly, the underlying installation concept is to provide a
more or less self-contained setup with its own apache and all required
libraries, including its own version of libssl, and a busload of other
private stuff.

 (...)
 
 After it still doesn't work.
 -
 picard:/home/jlam# apachectl configtest
 Syntax error on line 245 of /etc/apache/httpd.conf:
 Cannot load /usr/lib/apache/1.3/libphp4.so into
 server: /usr/lib/apache/1.3/libphp4.so: undefined symbol: RAND_load_file

Generally, the RAND_load_file symbol that libphp4.so is missing is
supposed to be provided by libcrypto, as you can verify by doing

$ nm -D /lib/libcrypto.so.0.9.7 | grep RAND_load
00087390 T RAND_load_file

(also see http://www.openssl.org/docs/crypto/RAND_load_file.html)

As you probably figured from this URL, libcrypto is part of the OpenSSL
package, and on debian, libssl is dynamically linked against libcrypto:

$ ldd /lib/libssl.so.0.9.7
libcrypto.so.0.9.7 = /lib/libcrypto.so.0.9.7 (0x40032000)
libdl.so.2 = /lib/libdl.so.2 (0x40138000)
libc.so.6 = /lib/libc.so.6 (0x4013b000)
/lib/ld-linux.so.2 = /lib/ld-linux.so.2 (0x8000)

Yet, for some reason I can't tell, the libssl shipped with FGS does _not_
depend on libcrypto.so.0.9.7

$ ldd /tmp/fgs/lib/libssl.so.0.9.7
libdl.so.2 = /lib/libdl.so.2 (0x400ca000)
libc.so.6 = /lib/libc.so.6 (0x400cd000)
/lib/ld-linux.so.2 = /lib/ld-linux.so.2 (0x8000)

Debian's libphp4.so does not explicitly load libcrypto, but instead is
relying on libssl to pull it in as a secondary dependency...
The net effect of all this would be that the symbol would simply not be
made available, in case FGS's libssl should be used.

IOW, I suppose what's happened is that the install script (or you :)
somehow messed up things, so the wrong libssl is being used now.
I can't tell the exact reason, but maybe we'll find out...

One possible issue could be that the LD_LIBRARY_PATH setting (which
the FGS installation needs to run) somehow still is in effect.  In the
setenv.sh script that comes with the FGS package, you can see that it
prepends its own lib path
...
export LD_LIBRARY_PATH=$FGS_HOME/lib:$LD_LIBRARY_PATH
...

AFAICT, the installation instructions suggest to source this setenv.sh
in .bashrc.
Have you done that, maybe?  If so, in which .bashrc - yours, or root's?
Anything else along these lines you might have done (intentionally or
inadvertently), but then have forgotten about?


Quoi qu'il en soit... salut, bonne chance, et bonne année!

Almut
(aka 'madame ldd' ;)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



php4.so, undefined symbol: RAND_load_file (Apache 1.3)

2005-12-30 Thread Julien Lamarche
Bonjour,

 I have an undefined symbol in php4.so

# apachectl configtest
Syntax error on line 245 of /etc/apache/httpd.conf:
Cannot load /usr/lib/apache/1.3/libphp4.so into
server: /usr/lib/apache/1.3/libphp4.so: undefined symbol: RAND_load_file

I just install MapTools' FGS base with Chamelon.  I don't know if this
is the cause of the problem.

I reinstalled libssl0.9.7, libgnutls11 and php4 as suggested on a local
LUG list.  But no avail.  Any ideas?  Is there another mailling list I
should ask?  Perhaps on php4.net?



Merci  à prochaine,

Julien
-- 
Be more.  Less stuff.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: php4.so, undefined symbol: RAND_load_file (Apache 1.3)

2005-12-30 Thread Matt Zagrabelny
On Fri, 2005-12-30 at 12:33 -0500, Julien Lamarche wrote:
 Bonjour,
 
  I have an undefined symbol in php4.so
 
 # apachectl configtest
 Syntax error on line 245 of /etc/apache/httpd.conf:
 Cannot load /usr/lib/apache/1.3/libphp4.so into
 server: /usr/lib/apache/1.3/libphp4.so: undefined symbol: RAND_load_file
 
 I just install MapTools' FGS base with Chamelon.  I don't know if this
 is the cause of the problem.

how did you install this? what was the exact process? are you using
debian?

 
 I reinstalled libssl0.9.7, libgnutls11 and php4 as suggested on a local
 LUG list.  But no avail.  Any ideas?  Is there another mailling list I
 should ask?  Perhaps on php4.net?

again, how did you reinstall these? are you using debian?

-matt zagrabelny



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: php4.so, undefined symbol: RAND_load_file (Apache 1.3)

2005-12-30 Thread Julien Lamarche
Bonjour Matt,

 Merci for your time.

Yes I am using Debian.

 For MapTools' FGS base with Chamelon, I used it's own install script.

 For libssl0.9.7, libgnutls11 and php4, I re-installed it using apt-get
install --reinstall.

---
picard:/home/jlam# apt-get install --reinstall libssl0.9.7  libgnutls11
php4
...
Preparing to replace libgnutls11 1.0.16-13.1
(using .../libgnutls11_1.0.16-13.1_i386.deb) ...
Unpacking replacement libgnutls11 ...
Preparing to replace libssl0.9.7 0.9.7e-3sarge1
(using .../libssl0.9.7_0.9.7e-3sarge1_i386.deb) ...
Unpacking replacement libssl0.9.7 ...
Preparing to replace php4 4:4.3.10-16 (using .../php4_4%
3a4.3.10-16_all.deb) ...
Unpacking replacement php4 ...
Setting up libgnutls11 (1.0.16-13.1) ...

Setting up libssl0.9.7 (0.9.7e-3sarge1) ...

Setting up php4 (4.3.10-16) ...
-


After it still doesn't work.
-
picard:/home/jlam# apachectl configtest
Syntax error on line 245 of /etc/apache/httpd.conf:
Cannot load /usr/lib/apache/1.3/libphp4.so into
server: /usr/lib/apache/1.3/libphp4.so: undefined symbol: RAND_load_file
-

I'll ask on MapTools if they ever heard their install script causing
problems, but if you have any ideas what I can do please suggest.


Merci beaucoup  à la prochaine,


Julien


Le vendredi 30 décembre 2005 à 16:51 -0600,
[EMAIL PROTECTED] a écrit :
 On Fri, 2005-12-30 at 12:33 -0500, Julien Lamarche wrote:
  Bonjour,
  
   I have an undefined symbol in php4.so
  
  # apachectl configtest
  Syntax error on line 245 of /etc/apache/httpd.conf:
  Cannot load /usr/lib/apache/1.3/libphp4.so into
  server: /usr/lib/apache/1.3/libphp4.so: undefined symbol:
 RAND_load_file
  
  I just install MapTools' FGS base with Chamelon.  I don't
 know if this
  is the cause of the problem.
 
 how did you install this? what was the exact process? are you
 using
 debian?
 
  
  I reinstalled libssl0.9.7, libgnutls11 and php4 as suggested
 on a local
  LUG list.  But no avail.  Any ideas?  Is there another
 mailling list I
  should ask?  Perhaps on php4.net?
 
 again, how did you reinstall these? are you using debian?
 
 -matt zagrabelny
-- 
Be more.  Less stuff.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: undefined symbol: FTC_Manager_LookupSize

2005-12-22 Thread Gerhard Wolfstieg
On Mon, 19 Dec 2005 20:31:19 +0100
Gerhard Wolfstieg [EMAIL PROTECTED] wrote:

 Oder oder gibt es eine andere Lösung? Beim Schreiben dieser Mail isses
 eigentlich klar. Ich schick'se trotzdem noch los.
Anstatt einen neuen Thread aufzumachen, antworte ich mir selbst.

Das war trügerisch. Ich sehe keine Chance, projectcenter.app und gorm
zum Laufen zu kriegen.

Wer setzt aber in etch (vor ein paar Tagen neu) etwas rein, das 100%
nicht funktionieren kann und garantiert auch bei denen, die das getan
haben, unter etch nicht einmal gestartet ist?

 !/§$§!/%((/)%)$(/59 Gerhard



undefined symbol: FTC_Manager_LookupSize

2005-12-19 Thread Gerhard Wolfstieg
 Hallo,

wie kann ich vorgehen nach der Fehlermeldung:

[EMAIL PROTECTED]:~$ ProjectCenter
/usr/lib/GNUstep/System/Applications/ProjectCenter.app/ProjectCenter:
symbol looku
p error:
/usr/lib/GNUstep/System/Library/Bundles/libgnustep-back.bundle/./libgnu
st
ep-back: undefined symbol: FTC_Manager_LookupSize
[EMAIL PROTECTED]:~$

Der Vorschlag aus den Untiefen des Netzes:
As a temporary workaround, downgrade libfreetype6 to something before
2.1.10-1, and it should work fine.  (I'm using libfreetype6 2.1.7-2.4.)
tut nicht.
Wegen:
It looks like freetype renamed that function to FTC_Manager_LookupSize
(removed the last `_').  The FTC_Manager_Lookup_Face function was
renamed similarly.
selbst patchen und übersetzen?
Oder oder gibt es eine andere Lösung? Beim Schreiben dieser Mail isses
eigentlich klar. Ich schick'se trotzdem noch los.

 Grüße,  Gerhard



Undefined symbol: PL_perl_destruct_level after upgrading....

2005-11-23 Thread Yoav Felberbaum

Hi,

I realise this issue isn't new, but my main problem is finding out  
how to resolve the issue, short of upgrading from Woody to Sarge,  
which is something that I need to plan carefully (cloning HDD for a  
test upgrade and all that) :P


Basically, I recently upgraded apache, mysql  php using http:// 
www.dotdeb.org. However, the upgrade of apache broke a script which  
relied on DBI, which in turn relies on mod_perl.


---
install_driver(mysql) failed: Can't load '/usr/lib/perl5/auto/DBD/ 
mysql/mysql.so' for module DBD::mysql: /usr/lib/perl5/auto/DBD/mysql/ 
mysql.so: undefined symbol: PL_perl_destruct_level at /usr/lib/perl/ 
5.8.0/DynaLoader.pm line 225.

at (eval 3) line 3
Compilation failed in require at (eval 3) line 3.
Perhaps a required shared library or dll isn't installed where expected
at ./transferleads_updated.pl line 19
---
Line 19:-
my $dbh = DBI-connect(DBI:mysql:$db_name:$db_hostname,  
$db_username, $db_password)

or die Couldn't connect to database:  . DBI-errstr;
--

Investigating this issue, it seems that _somehow_ Perl 5.8.0 was  
installed on the Woody server I admin. (we took over this server from  
previous owners, and I don't think the server was wiped clean - this  
was before my time so..). Checking around, I'm frankly puzzled as to  
how Perl 5.8.0 was installed. Anyway, since Perl 5.8.0 is installed,  
it would cause too much problems to downgrade back to 5.6.0 (broken  
scripts and all that).


The main problem is that I cannot simply do a dselect  reinstall  
libapache-mod-perl, because as far as I can tell, the woody stable  
version of libapache-mod-perl requires Perl 5.6, whilst I somehow  
have Perl 5.8...


Any thoughts  suggestions as to how I can get DBI to work without  
errors for now, till I do a proper upgrade to Sarge?


Deepest thanks,

Yoav

Miscellaneous info...
--
$ dpkg -l | grep perl
rc  apache-perl1.3.27-0.1-1.2 Versatile, high-performance HTTP  
server with

ii  dpkg-perl  0.1-3.0Perl interface modules for dpkg
ii  libdbi-perl1.35-1 The Perl5 Database Interface by Tim  
Bunce
ii  libdevel-symdu 2.03-3 Perl module for inspecting perl's  
symbol tab
ii  libgd-gd1-perl 1.41-7 Perl module wrapper for libgd (old  
version a

ii  libgd-perl 1.41-7 Perl module wrapper for libgd
ii  libmd5-perl2.02-3.1   backwards-compatible wrapper for  
Digest::MD5
ii  libnet-perl1.12-1 Implementation of Internet  
protocols for Per

ii  libperl5.6 5.6.1-8.9  Shared Perl library.
ii  libplrpc-perl  0.2016-1   Perl extensions for writing PlRPC  
servers an

ii  liburi-perl1.23-1 Manipulates and accesses URI strings
ii  libwww-perl5.69-2 WWW client/server library for Perl  
(aka LWP)
ii  perl   5.8.0-17   Larry Wall's Practical Extraction  
and Report

ii  perl-5.005 6.3Transitional package.
ii  perl-5.005-bas 6.3Transitional package.
ii  perl-5.005-doc 6.3Transitional package.
ii  perl-base  5.8.0-17   The Pathologically Eclectic Rubbish  
Lister.

ii  perl-doc   5.8.0-17   Perl documentation.
ii  perl-modules   5.8.0-17   Core Perl modules.
--
$ dpkg -l | grep apache
ii  apache 1.3.27.0-2 Versatile, high-performance HTTP  
server
ii  apache-common  1.3.27.0-2 Support files for all Apache  
webservers
rc  apache-perl1.3.27-0.1-1.2 Versatile, high-performance HTTP  
server with
ii  apache-ssl 1.3.27.0-2 Versatile, high-performance HTTP  
server with
rc  libapache-mod- 3.3a-4woody1   Apache connector for Tomcat servlet  
engine
ii  libapache-mod- 4.4.1-0.dotdeb server-side, HTML-embedded  
scripting languag
ii  libapache-mod- 2.8.7-1Strong cryptography (HTTPS support)  
for Apac

---
$ uname -a
Linux pod-107 2.4.20-3-686 #1 Sun May 18 20:26:19 EST 2003 i686 GNU/ 
Linux




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




mencoder - pb symbol lookup/undefined symbol faacdecopen

2005-09-16 Thread Aurelien
Salut.

J'utilise le miroir de Christian Marillat pour un certain nombre de
programme vidéo.
J'ai essayé de faire pivoter une vidéo avec mencoder, mais impossible.
En effet, mencoder me balance systématiquement :

mencoder: symbol lookup error: /usr/lib/libavcodec.so.0: undefined symbol: 
faacDecOpen

J'avais déjà eu un problème similaire avant, avec mplayer, que j'avais
résolu en virant rareware de mes sources apt, mais là pour le coup, il
n'y est plus, et je n'arrive pas à trouver d'endroit où on parle de ça.

J'ai tenté une reinstall de toute la suite mplayer, ça n'a pas marché.
J'ai tenté de réinstaller libfaad2-0, mais le paquet n'est plus dispo
visiblement, et j'ai également tenté de le downgrader à la version
2.0.0-0.5, comme indiqué sur certains sites, mais dans ce cas je ne
trouve pas de paquets installables.

Est-ce que quelqu'un a rencontré ce problème dernièrement ?

Comment s'en sort-on ?

NB : mplayer ne fonctionne plus non plus, seul xine continue à
fonctionner, et avidemux non plus, bien évidemment.

Merci d'avance.


-- 
==
ORL (alias Yvette H.)

Responsable internet de l'AMMD

Sebkha-Chott : http://sebkhachott.net
[Mekanik Metal Disco]
[Peplum Neo-Futuriste Burlesque - Spectacle musico-théatral comique]

Amicale du Mekanik Metal Disco : http://ammd.net
[Asso loi 1901 promouvant les musiques éclectiques via l'open-music]

L'Entremetteur : http://entremetteur.ammd.net
[Réseau indépendant de groupes en France]

Tél : 02 43 82 72 48


   __
 /   Chiffrez et signez vos messages  \
|Utilisez les clés GnuPG   |
|  |
|HOWTO :   |
|  http://vilya.org/gpg/gpg-intro.html |
 \ __ /
   ==


-- 
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez à rajouter le mot ``spam'' dans vos champs From et Reply-To:

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



/usr/lib/libavcodec-cvs.so: undefined symbol: faacDecOpen

2005-07-24 Thread Al Bogner
Mit transcode erhalte ich die Meldung:
tcdecode: relocation error: /usr/lib/libavcodec-cvs.so: undefined symbol: 
faacDecOpen

In Zusammenhang mit mplayer findet man einige Kommentare zu dieser 
Fehlermeldung, ich habe aber nicht herausgefunden, woran es nun wirklich 
liegt. Andere Rechner hier haben das Problem nicht, nur ein relativ 
konservativ installierter Sarge-Rechner.

Auch wenn ich SID als repository verwende, erhalte ich die Meldung, dass 
transcode und faac, sowie libavcodec-cvs die neueste Version, wie auf den 
anderen Rechnern, sind.

ii  transcode  0.6.14-sarge0. Utility to encode raw video/audio streams

ii  faac   1.24-0.3   an AAC audio encoder
ii  libfaac0   1.24-sarge0.2  an AAC audio encoder - library files

ii  libavcodec20.4.9-pre1-0.4 Library to encode decode multimedia streams
ii  libavcodeccvs  20050427-0sarg library to encode decode multimedia streams


Al


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: /usr/lib/libavcodec-cvs.so: undefined symbol: faacDecOpen

2005-07-24 Thread Martin Reinke
Hi Al
On Sun Jul 24, 2005 at 03:55:1122216949PM +0200, Al Bogner wrote:
 Mit transcode erhalte ich die Meldung:
 tcdecode: relocation error: /usr/lib/libavcodec-cvs.so: undefined symbol: 
 faacDecOpen


auf der Seite von Marillat (ftp://ftp.nerim.net/debian-marillat/index.html)
steht:

05/11/2004 :
If you see this error message with mplayer :

mplayer: relocation error: /usr/lib/libavcodec.so.0.4.9-pre1:
undefined symbol: faacDecOpen

Install my libfaad2-0 package, and don't try to mix up video packages
from my site with others repositories (for example the rarewares.org
repository) this doesn't work.


Schau einfach mal nach aus welchen Quelllen die Multimedia Packete
installiert sind.

Gruß Martin


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



libgtk2 undefined symbol: g_option_context_new

2005-03-15 Thread frank
Hallo,

nach einem Update der libgtk2 vor einigen Tagen laufen einige Programme
nicht mehr. Ich benutze Testing.

[EMAIL PROTECTED]:~$ mozilla-thunderbird
/usr/lib/mozilla-thunderbird/mozilla-thunderbird-bin: relocation error:
/usr/lib/libgtk-x11-2.0.so.0: undefined symbol: g_option_context_new

[EMAIL PROTECTED]:~$ xchat
xchat: relocation error: /usr/lib/libgtk-x11-2.0.so.0: undefined symbol:
g_option_context_new

[EMAIL PROTECTED]:~$ sudo apt-get update
Hit ftp://ftp.de.debian.org testing/main Packages
Hit ftp://ftp.de.debian.org testing/main Release
Hit ftp://ftp.de.debian.org testing/non-free Packages
Hit ftp://ftp.de.debian.org testing/non-free Release
Hit ftp://ftp.de.debian.org testing/contrib Packages
Hit ftp://ftp.de.debian.org testing/contrib Release

[EMAIL PROTECTED]:~$ sudo apt-get install xchat
Reading Package Lists... Done
Building Dependency Tree... Done
xchat is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 447 not upgraded.

[EMAIL PROTECTED]:~$ sudo apt-get install mozilla-thunderbird
Reading Package Lists... Done
Building Dependency Tree... Done
mozilla-thunderbird is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 447 not upgraded.

[EMAIL PROTECTED]:~$ dpkg -S /usr/lib/libgtk-x11-2.0.so.0
libgtk2.0-0: /usr/lib/libgtk-x11-2.0.so.0

[EMAIL PROTECTED]:~$ sudo apt-get install libgtk2.0-0
Reading Package Lists... Done
Building Dependency Tree... Done
libgtk2.0-0 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 447 not upgraded.

[EMAIL PROTECTED]:~$ apt-cache show libgtk2.0-0 | grep Version
Version: 2.6.2-3

Wie komme ich wieder zu einer zu den restlichen Paketen passenden
libgtk2?

TIA Frank


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: libgtk2 undefined symbol: g_option_context_new

2005-03-15 Thread Peter Wiersig
On Tue, Mar 15, 2005 at 09:48:38PM +0100, [EMAIL PROTECTED] wrote:
 
 Wie komme ich wieder zu einer zu den restlichen Paketen passenden
 libgtk2?

Ein paar Tage warten, bis die Pakete neu gebaut und auf den
ftp-mirror verteilt worden sind.

-- 
Peter


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Solved: relocation error: /usr/sbin/prelink.bin: undefined symbol: gelf_getehdr

2004-08-02 Thread J F


If you ever get an error like this:
relocation error: /usr/sbin/prelink.bin: undefined symbol: gelf_getehdr

Then use aptitude to update libelf* stuff:
Preparing to replace libelfg0 0.7.0-9 (using .../libelfg0_0.8.5-1_i386.deb) ...
Unpacking replacement libelfg0 ...
Selecting previously deselected package libelfsh0.
Unpacking libelfsh0 (from .../libelfsh0_0.51b3-1_i386.deb) ...
Selecting previously deselected package libelfsh0-dev.
Unpacking libelfsh0-dev (from .../libelfsh0-dev_0.51b3-1_i386.deb) ...
Setting up openoffice.org-bin (1.1.2-2) ...
Prelinking OpenOffice.org binaries... done.

The clue is gelf_getehdr indicates an elf link problem.
It took a long time for me to figure this out.


___
Join Excite! - http://www.excite.com
The most personalized portal on the Web!


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



undefined symbol: SSL_library_init

2004-07-29 Thread Lucas Albers
These errors appear in my logs:
ipop3d: relocation error: /usr/lib/libc-client.so.2001: undefined symbol:
SSL_library_init


Are they relevant?

I am running as my pop server:
rc uw-imapd   2001adebian-6
ii  uw-imapd-ssl  2001adebian-6





-- 
--Luke CS Sysadmin, Montana State University-Bozeman


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: ATI 9200 fglrxinfo: relocation error: /usr/X11R6/lib/libGL.so.1: undefined symbol: dlopen

2004-07-10 Thread Fco.Javier Jiménez Huedo




Hola

Esta es mi version : 

# dpkg -l | grep xserver
ii xserver-common 4.1.0-16woody3 files and utilities common to all X
servers
ii xserver-xfree8 4.1.0-16woody3 the XFree86 X server

# ./check.sh 
=
ATI Technologies 
=
XFree86 Version 4.1.0.1 is installed.


y me baje el driver : fglrx-4.1.0-3.9.0.i386.rpm


Mi salida de ldd es : 

# ldd /usr/X11R6/bin/fglrxinfo
 libGL.so.1 = /usr/X11R6/lib/libGL.so.1 (0x40019000)
 libX11.so.6 = /usr/X11R6/lib/libX11.so.6 (0x400b5000)
 libXext.so.6 = /usr/X11R6/lib/libXext.so.6 (0x4019)
 libc.so.6 = /lib/libc.so.6 (0x4019d000)
 libpthread.so.0 = /lib/libpthread.so.0 (0x402ba000)
 /lib/ld-linux.so.2 = /lib/ld-linux.so.2 (0x4000)


Alguna idea?

Muchas gracias


Matas Costa wrote:

  El Sbado, 3 de Julio de 2004 18:50, "Fco.Javier Jimnez Huedo" escribi:
  
  
Hola

Perdona que no haya contestado antes,

A mi me aparece :

# ldd /usr/X11R6/bin/fgl_glxgears
libGL.so.1 = /usr/X11R6/lib/libGL.so.1 (0x4001a000)
libX11.so.6 = /usr/X11R6/lib/libX11.so.6 (0x400b6000)
libXext.so.6 = /usr/X11R6/lib/libXext.so.6 (0x40191000)
libm.so.6 = /lib/libm.so.6 (0x4019e000)
libc.so.6 = /lib/libc.so.6 (0x401bf000)
libpthread.so.0 = /lib/libpthread.so.0 (0x402dc000)
/lib/ld-linux.so.2 = /lib/ld-linux.so.2 (0x4000)

A mi NO me aparece :

   libdl.so.2 = /lib/tls/i686/cmov/libdl.so.2 (0x4117a000)


  
  Bueno, eso es porque yo tengo instalado libc6-686, que es libc optimizado para 
686. Tu tendrias que tenerlo apuntando a /lib/libdl.so.2 no?

A todo esto te has bajado los drivers de la version de tus X?

  






Re: ATI 9200 fglrxinfo: relocation error: /usr/X11R6/lib/libGL.so.1: undefined symbol: dlopen

2004-07-03 Thread Matas Costa
El Sábado, 3 de Julio de 2004 18:50, Fco.Javier Jiménez Huedo escribió:
 Hola

 Perdona que no haya contestado antes,

 A mi me aparece :

 # ldd /usr/X11R6/bin/fgl_glxgears
 libGL.so.1 = /usr/X11R6/lib/libGL.so.1 (0x4001a000)
 libX11.so.6 = /usr/X11R6/lib/libX11.so.6 (0x400b6000)
 libXext.so.6 = /usr/X11R6/lib/libXext.so.6 (0x40191000)
 libm.so.6 = /lib/libm.so.6 (0x4019e000)
 libc.so.6 = /lib/libc.so.6 (0x401bf000)
 libpthread.so.0 = /lib/libpthread.so.0 (0x402dc000)
 /lib/ld-linux.so.2 = /lib/ld-linux.so.2 (0x4000)

 A mi NO me aparece :

libdl.so.2 = /lib/tls/i686/cmov/libdl.so.2 (0x4117a000)

Bueno, eso es porque yo tengo instalado libc6-686, que es libc optimizado para 
686. Tu tendrias que tenerlo apuntando a /lib/libdl.so.2 ¿no?

A todo esto ¿te has bajado los drivers de la version de tus X?



Re: ATI 9200 fglrxinfo: relocation error: /usr/X11R6/lib/libGL.so.1: undefined symbol: dlopen

2004-07-02 Thread Fco.Javier Jimnez Huedo




Matas Costa wrote:

  El Jueves, 1 de Julio de 2004 18:19, "Fco.Javier Jimnez Huedo" escribi:
  
  
Hola a todos.

Resulta que me he comprado una ATI Radeon 9200 pero no logr que
funcione correctamente todo.

Utilizo los drivers de ATI fglrx-4.1.0-3.9.0.i386.rpm convertidos a .deb
con alien y lo instalo con dpkg -i fglrx_4.1.0-4.9_i386.deb
y todo parece ir bien. Solo instalo este paquete, no si si tendre que
poner alguno ms o algo de FIREGL, pero en la FAQ de la web no dice nada.


  
  
Es raro que lo instales bien, ya que sobreescribe /usr/X11/libGL.noseque

  

Bueno ahora si instala bien porque la primera instalacin fu con
--force-all

Continuo sin encontrar una solucin a esto por ms que busco en
google

Muchas gracias.




Re: ATI 9200 fglrxinfo: relocation error: /usr/X11R6/lib/libGL.so.1: undefined symbol: dlopen

2004-07-02 Thread Matas Costa
El Jueves, 1 de Julio de 2004 18:19, Fco.Javier Jiménez Huedo escribió:
 Hola a todos.

 Resulta que me he comprado una ATI Radeon 9200 pero no logró que
 funcione correctamente todo.

 Utilizo los drivers de ATI fglrx-4.1.0-3.9.0.i386.rpm convertidos a .deb
 con alien y lo instalo con dpkg -i fglrx_4.1.0-4.9_i386.deb
 y todo parece ir bien. Solo instalo este paquete, no si si tendre que
 poner alguno más o algo de FIREGL, pero en la FAQ de la web no dice nada.

 Ejecuto fglrxconfig para configurar las X , cargo el módulo fglrx y
 no da ningún error durente la carga en memoria

 Las X me funcionan pero si ejecuto :

 # fglrxinfo
 fglrxinfo: relocation error: /usr/X11R6/lib/libGL.so.1: undefined
 symbol: dlopen


[EMAIL PROTECTED] ldd /usr/X11R6/bin/fgl_glxgears
libGL.so.1 = /usr/lib/libGL.so.1 (0x40001000)
libX11.so.6 = /usr/X11R6/lib/libX11.so.6 (0x41415000)
libXext.so.6 = /usr/X11R6/lib/libXext.so.6 (0x4163)
libm.so.6 = /lib/tls/i686/cmov/libm.so.6 (0x41155000)
libc.so.6 = /lib/tls/i686/cmov/libc.so.6 (0x41019000)
libpthread.so.0 = /lib/tls/i686/cmov/libpthread.so.0 (0x4117f000)
libdl.so.2 = /lib/tls/i686/cmov/libdl.so.2 (0x4117a000)
/lib/ld-linux.so.2 = /lib/ld-linux.so.2 (0x4100)

¿Que te sale a ti?



ATI 9200 fglrxinfo: relocation error: /usr/X11R6/lib/libGL.so.1: undefined symbol: dlopen

2004-07-01 Thread Fco.Javier Jiménez Huedo






Hola a todos.

Resulta que me he comprado una ATI Radeon 9200 pero no logr que
funcione correctamente todo.

Utilizo los drivers de ATI fglrx-4.1.0-3.9.0.i386.rpm convertidos a
.deb con alien y lo instalo con dpkg -i
fglrx_4.1.0-4.9_i386.deb
y todo parece ir bien. Solo instalo este paquete, no si si tendre que
poner alguno ms o algo de FIREGL, pero en la FAQ de la web no dice
nada.

Ejecuto "fglrxconfig" para configurar las X , cargo el mdulo "fglrx" y
no da ningn error durente la carga en memoria

Las X me funcionan pero si ejecuto :

# fglrxinfo 
fglrxinfo: relocation error: /usr/X11R6/lib/libGL.so.1: undefined
symbol: dlopen

#fgl_glxgears
fgl_glxgears: relocation error: /usr/X11R6/lib/libGL.so.1: undefined
symbol: dlopen

No se como solucionar esto.

Tengo el "agpgart" como mdulo pero no lo utilizo con el mdulo "fglrx"
ya que tiene soporte propio. Utilizo un kernel 2.4.26 en Debian woody

He intentado haciendo :

/usr/src/linux# make dep

/lib/modules/fglrx/build_mod# bash make.sh 
ATI module generator V 2.0
==
initializing...
cleaning...
patching 'highmem.h'...
skipping patch for 'drmP.h', not needed
skipping patch for 'drm_os_linux.h', not needed
probing for VMA API version...
doing script based build for kernel 2.4.x and similar
compiling './agpgart_be.c'...
compiling './agp3.c'...
compiling './i7505-agp.c'...
compiling './nvidia-agp.c'...
compiling './firegl_public.c'...
linking of fglrx kernel module...
duplicating results into driver repository...
done.
==
You must change your working directory to /lib/modules/fglrx
and then call ./make_install.sh in order to install the built module.
==

/lib/modules/fglrx# bash ./make_install.sh 
- creating symlink
- recreating module dependency list
- trying a sample load of the kernel module
Warning: loading /lib/modules/2.4.26/kernel/drivers/char/drm/fglrx.o
will taint the kernel: non-GPL license - Proprietary. (C) 2002 - ATI
Technologies, Starnberg, GERMANY
done.

el "dmesg"me pone : 
[fglrx] Maximum main memory to use for locked dma buffers: 373 MBytes.
[fglrx] module loaded - fglrx 3.9.0 [May 11 2004] on minor 0
[fglrx] Maximum main memory to use for locked dma buffers: 373 MBytes.
[fglrx] AGP detected, AgpState = 0x1f000207 (hardware caps of chipset)
[fglrx] AGP enabled, AgpCommand = 0x1f000304 (selected caps)
[fglrx] free AGP = 54800384
[fglrx] max AGP = 54800384
[fglrx] free LFB = 122683392
[fglrx] max LFB = 122683392
[fglrx] free Inv = 0
[fglrx] max Inv = 0
[fglrx] total Inv = 0
[fglrx] total TIM = 0
[fglrx] total FB = 0
[fglrx] total AGP = 16384

Y el "lspci" :
01:00.0 VGA compatible controller: ATI Technologies Inc: Unknown device
5961 (rev 01)
01:00.1 Display controller: ATI Technologies Inc: Unknown device 5941
(rev 01)

Y el "lsmod" con las X corriendo :

# lsmod
Module Size Used by Tainted: P 
fglrx 166984 0 

Y si opto por utilizar el "agpgart" del kernel quitandolo en la
configuracin del fglrx en las X

Module Size Used by Tainted: P 
fglrx 166984 6 
agpgart 
2 = Creo que era algo asi esta
linea.


Otro problema que tengo es con la capturadora de TV:
Cuando ejecuto el Xawtv pierdo completamente la pantalla tanto en las X
como en las ttys del sistema pero el ordenador no se queda colgado
cuando tengo el overlay puesto a "On", si lo dejo a "Off" puedo ver la
tele con "grabdisplay" pero va un poco mal la verdad.


No se si puedo aportar ms informacin para solucionar estos problemas
pero no lo saco...con lo genial que tiraba mi Voodoo

Muchas gracias a todos a ver si alguin sabe que puede pasar.

Un saludo





Re: ATI 9200 fglrxinfo: relocation error: /usr/X11R6/lib/libGL.so.1: undefined symbol: dlopen

2004-07-01 Thread Matas Costa
El Jueves, 1 de Julio de 2004 18:19, Fco.Javier Jiménez Huedo escribió:
 Hola a todos.

 Resulta que me he comprado una ATI Radeon 9200 pero no logró que
 funcione correctamente todo.

 Utilizo los drivers de ATI fglrx-4.1.0-3.9.0.i386.rpm convertidos a .deb
 con alien y lo instalo con dpkg -i fglrx_4.1.0-4.9_i386.deb
 y todo parece ir bien. Solo instalo este paquete, no si si tendre que
 poner alguno más o algo de FIREGL, pero en la FAQ de la web no dice nada.


Es raro que lo instales bien, ya que sobreescribe /usr/X11/libGL.noseque



Re: Error al actualidad Debian Testing: undefined symbol: g_type_class_add_private (Resuelto)

2004-06-24 Thread Cesreo Garca Rodicio
Hola.

El problema es que al actualizar las librerías glib con dselect (o
apt) existía un conflicto con una librería glib (diferente versión)
que había instalado hace tiempo desde el código fuente.

Existían dos librerías glib (v 2.4.2 y v 2.2.3). Para resolverlo hice
make uninstall en el directorio de compilación de la versión antigua
de glib (v 2.2.3)

Saludos
Cesáreo



Error al actualidad Debian Testing: undefined symbol: g_type_class_add_private

2004-06-23 Thread yo mismo
Hola.

Tengo un error que no logro resolver. 

Actualiçe Debian (testing) y al arrancar algunos programas
(gaim, mozilla-thunderbird) que utilizan la librería
libpango* me da el siguiente error:

relocation error: /usr/lib/libpangoft2-1.0.so.0: undefined
symbol: g_type_class_add_private

No sé si es un problema con la compilación de estas
librerías de Gnome, o que algo estoy haciendo mal

A alguien le pasa esto? (actualización de finales de Junio)
Alquien sabe qué es y cómo lo soluciono? Creo que el
problema es que no encuentra un símbolo que debería estar
definido y no lo encuentra

Ideas?

SAludos
Cesareo






__
Renovamos el Correo Yahoo!: ¡100 MB GRATIS!
Nuevos servicios, más seguridad
http://correo.yahoo.es



gmplayer: undefined symbol: XF86VidModeGetModeLine

2004-05-04 Thread Tobias Kraus
Hallo Liste,
nach einem apt-get upgrade meines Sarge-Systems will mein 
selbstgebauter gmplayer nicht mehr. Er bricht mit folgender 
Fehlermeldung ab:

undefined symbol: XF86VidModeGetModeLine

Ein neu kompilieren hat nicht geholfen und ldd bzw. strace hat mir 
mangels Erfahrung auch nicht geholfen. Kann mir jemand weiterhelfen?

Danke,
Tobias

-- 
Diese Email-Adresse dient nur als Spam-Ziel.
Nachrichten an diese Adresse werden nicht gelesen!

This email address is a spam-tarpit.
Mails sent to this address are not read!


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Apache modules and undefined symbol:

2003-12-21 Thread jokke heikkila
I've just installed/upgraded to Apache 1.3.29.0.1-3. Now that I try to start it,
it spits out following error.
--
Syntax error on line 18 of /etc/apache/modules.conf:
Cannot load /usr/lib/apache/1.3/mod_rewrite.so into server:
/usr/lib/apache/1.3/mod_rewrite.so: undefined symbol: __db_ndbm_open_4001
-

If I disable the module, all is fine. But then again when I enable php4 (which I
need), a new error comes.
--
Cannot load /usr/lib/apache/1.3/libphp4.so into server:
/usr/lib/apache/1.3/libphp4.so: undefined symbol: db_create_4001
-

Any ideas?

Jokke H.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Apache + mod_ssl - erro: undefined symbol: X509_free

2003-09-03 Thread Leonardo Granato



  Em Mon, 01 Sep 2003 09:25:56 -0300, Leonardo Granato escreveu:
 
   Instalei usando os módulos compactados tar.gz, tanto o openssl
quanto
 o
   apache 2.0, na compilação do apache utilizei, ./configure --enable-so
   --enable-mods-shared=most --enable-ssl=shared  --wit
 h-ssl=/usr/local/ssl
 
  Por que não instalar pelo apt?


 Desejo utilizar as versões mais novas desses softwares, por isso optei por
 não usar apt-get uma vez q minha versão do debian eh a stable, e esses
 pacotes na versão stable estão desatualizadas.

 
 

AH decidi usar a versao 1.3 do apache com o mod_ssl, agora deu certo !!!



Re: Apache + mod_ssl - erro: undefined symbol: X509_free

2003-09-02 Thread Leandro Guimarães Faria Corsetti Dutra
Em Mon, 01 Sep 2003 09:25:56 -0300, Leonardo Granato escreveu:

 Instalei usando os módulos compactados tar.gz, tanto o openssl quanto o
 apache 2.0, na compilação do apache utilizei, ./configure --enable-so
 --enable-mods-shared=most --enable-ssl=shared  --wit h-ssl=/usr/local/ssl

Por que não instalar pelo apt?


-- 
 _   Leandro Guimarães Faria Corsetti Dutra +41 (21) 648 11 34
/ \  http://br.geocities.com./lgcdutra/ +41 (78) 778 11 34
\ /  Responda à lista, não a mim diretamente!   +55 (11) 5686 2219
/ \  Dê nota se ajudei:http://svcs.affero.net/rm.php?r=leandro




Re: Apache + mod_ssl - erro: undefined symbol: X509_free

2003-09-02 Thread Leonardo Granato



 Em Mon, 01 Sep 2003 09:25:56 -0300, Leonardo Granato escreveu:

  Instalei usando os módulos compactados tar.gz, tanto o openssl quanto
o
  apache 2.0, na compilação do apache utilizei, ./configure --enable-so
  --enable-mods-shared=most --enable-ssl=shared  --wit
h-ssl=/usr/local/ssl

 Por que não instalar pelo apt?


Desejo utilizar as versões mais novas desses softwares, por isso optei por
não usar apt-get uma vez q minha versão do debian eh a stable, e esses
pacotes na versão stable estão desatualizadas.



 -- 
  _   Leandro Guimarães Faria Corsetti Dutra +41 (21) 648 11 34
 / \  http://br.geocities.com./lgcdutra/ +41 (78) 778 11 34
 \ /  Responda à lista, não a mim diretamente!   +55 (11) 5686 2219
 / \  Dê nota se ajudei:http://svcs.affero.net/rm.php?r=leandro



 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact
[EMAIL PROTECTED]





Re: Apache + mod_ssl - erro: undefined symbol: X509_free

2003-09-02 Thread Marcelo Neres dos Santos
Em Tue, 2 Sep 2003 09:17:31 -0300
Leonardo Granato [EMAIL PROTECTED] escreveu:

| 
| 
| 
|  Em Mon, 01 Sep 2003 09:25:56 -0300, Leonardo Granato escreveu:
| 
|   Instalei usando os módulos compactados tar.gz, tanto o openssl
|   quanto o
|   apache 2.0, na compilação do apache utilizei, ./configure
|   --enable-so--enable-mods-shared=most --enable-ssl=shared  --wit
| h-ssl=/usr/local/ssl
| 
|  Por que não instalar pelo apt?
| 
| 
| Desejo utilizar as versões mais novas desses softwares, por isso optei
| por não usar apt-get uma vez q minha versão do debian eh a stable, e
| esses pacotes na versão stable estão desatualizadas.

Por que tu não utiliza um sistema misto então?!

| 
| 
| 
|  -- 
|   _   Leandro Guimarães Faria Corsetti Dutra +41 (21) 648 11 34
|  / \  http://br.geocities.com./lgcdutra/ +41 (78) 778 11 34
|  \ /  Responda à lista, não a mim diretamente!   +55 (11) 5686 2219
|  / \  Dê nota se ajudei:http://svcs.affero.net/rm.php?r=leandro
| 
| 
| 
|  -- 
|  To UNSUBSCRIBE, email to
|  [EMAIL PROTECTED] with a subject of
|  unsubscribe. Trouble? Contact [EMAIL PROTECTED]
| 
| 
| 
| 
| -- 
| To UNSUBSCRIBE, email to
| [EMAIL PROTECTED] with a subject of
| unsubscribe. Trouble? Contact [EMAIL PROTECTED]
| 
| 


-- 
MARCELO NERES DOS SANTOS [EMAIL PROTECTED]
ICQ (UIN): 78849225  GPG ID: BE68A40 pgp.mit.edu
Linux Counter: 285008  Debian-BR Linux User: 449
http://www.webmarcelo.tk

A vida é o que acontece quando estamos fazendo 
outros planos ...--John Lennon



Re: Apache + mod_ssl - erro: undefined symbol: X509_free

2003-09-02 Thread Leonardo Granato
 |
 |
 |
 |  Em Mon, 01 Sep 2003 09:25:56 -0300, Leonardo Granato escreveu:
 | 
 |   Instalei usando os módulos compactados tar.gz, tanto o openssl
 |   quanto o
 |   apache 2.0, na compilação do apache utilizei, ./configure
 |   --enable-so--enable-mods-shared=most --enable-ssl=shared  --wit
 | h-ssl=/usr/local/ssl
 | 
 |  Por que não instalar pelo apt?
 |
 |
 | Desejo utilizar as versões mais novas desses softwares, por isso optei
 | por não usar apt-get uma vez q minha versão do debian eh a stable, e
 | esses pacotes na versão stable estão desatualizadas.

 Por que tu não utiliza um sistema misto então?!

Desculpe minha ignorância, mas o q seria um sistema misto ?


 |
 | 
 | 
 |  -- 
 |   _   Leandro Guimarães Faria Corsetti Dutra +41 (21) 648 11 34
 |  / \  http://br.geocities.com./lgcdutra/ +41 (78) 778 11 34
 |  \ /  Responda à lista, não a mim diretamente!   +55 (11) 5686 2219
 |  / \  Dê nota se ajudei:http://svcs.affero.net/rm.php?r=leandro
 | 
 | 
 | 
 |  -- 
 |  To UNSUBSCRIBE, email to
 |  [EMAIL PROTECTED] with a subject of
 |  unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 | 
 | 
 |
 |
 | -- 
 | To UNSUBSCRIBE, email to
 | [EMAIL PROTECTED] with a subject of
 | unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 |
 |


 -- 
 MARCELO NERES DOS SANTOS [EMAIL PROTECTED]
 ICQ (UIN): 78849225  GPG ID: BE68A40 pgp.mit.edu
 Linux Counter: 285008  Debian-BR Linux User: 449
 http://www.webmarcelo.tk

 A vida é o que acontece quando estamos fazendo
 outros planos ...--John Lennon


 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact
[EMAIL PROTECTED]





Re: Apache + mod_ssl - erro: undefined symbol: X509_free

2003-09-01 Thread Leonardo Granato


 Em Fri, 29 Aug 2003 11:14:53 -0300, Leonardo Granato escreveu:

  Ao tentar iniciar o servidor ssl com ./apachectl startssl, ocorre
  a seguinte mensagem de erro:
 
  Cannot load /usr/local/apache/modules/mod_ssl.so into server:
/usr/local/apache/modules/mod_ssl.so: undefined symbol: X509_free
 
  Imagino q seja alguma biblioteca do openssl (já instalado), mas não
  sei como resolver isso.

 Sem pesquisar a fundo, parece mais um módulo do Apache... você
 instalou os dois pelo apt-get, tanto o Apache quanto o OpenSSL?


 -- 

Instalei usando os módulos compactados tar.gz, tanto o openssl quanto o
apache 2.0, na compilação do apache utilizei,
./configure --enable-so --enable-mods-shared=most --enable-ssl=shared  --wit
h-ssl=/usr/local/ssl



Re: Apache + mod_ssl - erro: undefined symbol: X509_free

2003-08-30 Thread Leandro Guimarães Faria Corsetti Dutra
Em Fri, 29 Aug 2003 11:14:53 -0300, Leonardo Granato escreveu:

 Ao tentar iniciar o servidor ssl com ./apachectl startssl, ocorre
 a seguinte mensagem de erro:

 Cannot load /usr/local/apache/modules/mod_ssl.so into server: 
 /usr/local/apache/modules/mod_ssl.so: undefined symbol: X509_free

 Imagino q seja alguma biblioteca do openssl (já instalado), mas não
 sei como resolver isso.

Sem pesquisar a fundo, parece mais um módulo do Apache... você
instalou os dois pelo apt-get, tanto o Apache quanto o OpenSSL?


-- 
 _   Leandro Guimarães Faria Corsetti Dutra +41 (21) 648 11 34
/ \  http://br.geocities.com./lgcdutra/ +41 (78) 778 11 34
\ /  Responda à lista, não a mim diretamente!   +55 (11) 5686 2219
/ \  Dê nota se ajudei:http://svcs.affero.net/rm.php?r=leandro




Apache + mod_ssl - erro: undefined symbol: X509_free

2003-08-29 Thread Leonardo Granato



Olá a todos.

Ao tentar iniciar o servidor ssl com "./apachectl 
startssl", ocorre a seguinte mensagem de erro:

"Cannot load /usr/local/apache/modules/mod_ssl.so 
into server: 
/usr/local/apache/modules/mod_ssl.so: undefined symbol: X509_free"

Imagino q seja alguma biblioteca do openssl (já 
instalado), mas não sei como resolver isso.

Alguem pode ajudar ?

Obrigado.



Re: freetype, pango, undefined symbol: FT_Seek_Stream

2003-07-26 Thread Christof Kluß
Christof Kluß schrieb:

Beim Starten von Eclipse GTK erhalte ich jedoch
/usr/local/eclipse/eclipse/plugins/org.eclipse.swt.gtk_2.1.0/os/linux/x86/libswt-pi-gtk-3007.so: 
/usr/lib/libpangoxft-1.0.so.0: undefined symbol: FT_Seek_Stream
Ich glaub der Auslöser war ein XFree Update. Hat vielleicht jemand eine 
Idee?

TIA,
Christof


--
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)


freetype, pango, undefined symbol: FT_Seek_Stream

2003-07-19 Thread Christof Kluß
Hallo zusammen,

zunächst möchte ich mich bei denen entschuldigen, die auch dclj lesen, 
dieses ist eigentlich eine Fortsetzung von der Frage dort. Die 
eigentlich für eine Java Newsgroup von Anfang an zu offtopic ist.

Ich habe Eclipse GTK 2.1.1 und Java SDK 1.4.2 jeweils per Linux 
self-extracting file installiert. Java läuft einwandfrei und auch die 
motif Version von Eclipse funktioniert.

Beim Starten von Eclipse GTK erhalte ich jedoch
/usr/local/eclipse/eclipse/plugins/org.eclipse.swt.gtk_2.1.0/os/linux/x86/libswt-pi-gtk-3007.so: 
/usr/lib/libpangoxft-1.0.so.0: undefined symbol: FT_Seek_Stream

Was hierdurch auch bestätigt wird.
ldd -r /usr/lib/libpangoxft-1.0.so.0
...
undefined symbol: FT_Seek_Stream(/usr/lib/libpangoxft-1.0.so.0)
undefined symbol: FT_Get_Short  (/usr/lib/libpangoxft-1.0.so.0)
undefined symbol: FT_Forget_Frame   (/usr/lib/libpangoxft-1.0.so.0)
undefined symbol: FT_Access_Frame   (/usr/lib/libpangoxft-1.0.so.0)
undefined symbol: FT_Get_Long   (/usr/lib/libpangoxft-1.0.so.0)
Ähnliche Fehler stehen bereits in der Bug Datenbank von Eclipse. Dort 
wird z.B. auf
URL:http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/platform-swt-home/faq.html#gtkstartup
verwiesen.

Gtk 2.0.6-1
Atk 1.0.1-1
Glib 2.0.4-1
Pango 1.0.3-2
Freetype 2.1.2
Nun habe ich aber überhaupt keine Ahnung, wie ich die aktuellsten 
Versionen unter Debian Woody installiere (falls das überhaupt die 
Fehlerursache ist). Was mich auch verwundert, ist, dass dieses Eclipse 
GTK Problem wohl erst nach einem apt-get upgrade aufgetaucht ist.

Aber vielleicht hat ja jemand schon mal ein ähnliches Problem gehabt.

TIA,
Christof


--
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)


Re: undefined symbol in licq_qt-gui.so

2003-07-01 Thread Stephan Windmller
Alexander Fieroch [EMAIL PROTECTED] writes:

 ich habe mir gerade die neue licq Version kompiliert, jedoch startet
 dieses nicht und bricht mit folgender Fehlermeldung ab:

Ja, Fehler hatte ich hier auch. Du brauchst ein aktuelles libqt,
genauer libqt3-mt-dev und libqt3-headers.

-- 
Das Internet ist kein undurchschaubarer Datenozean, sondern eher ein
riesiger Datenspeicher, in dem Compuserve sein Daten abspeichert und
sehr wohl in der Lage ist, das zu kontrollieren. 
   [Urteilsbegründung, Quelle: http://www.daufaq.de]


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



undefined symbol in licq_qt-gui.so

2003-06-28 Thread Alexander Fieroch
Hallo,
ich habe mir gerade die neue licq Version kompiliert, jedoch startet 
dieses nicht und bricht mit folgender Fehlermeldung ab:

13:23:13: [WRN] Licq: Ignoring stale lockfile (pid 18814)
13:23:14: [ERR] Unable to load plugin (qt-gui): 
/usr/local/lib/licq/licq_qt-gui.so: undefined symbol: 
_ZN7QWidget5eventEP6QEvent.
13:23:14: [WRN] This usually happens when your plugin
  is not kept in sync with the daemon.
  Please try recompiling the plugin.
  If you are still having problems, see
  the FAQ at www.licq.org

Hat jemand einen Vorschlag, was ich machen kann?

Danke,
Alex
PS: ich verwende debian testing und gcc gelinkt auf gcc-3.2



--
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)


undefined symbol xmlXPathOrderDocElems

2003-06-03 Thread hervé thibaud
version debian unstable
pour installer deux pakages de Gnome j'ai les erreurs suivantes :
/usr/bin/libxslt.so.1 undefined symbol xmlXPathOrderDocElems
libxslt.so.1 est un lien sur libxslt1.0.30-1 
Aucune mise à jour récente n'existe sur libxslt1 
-- 
hervé thibaud [EMAIL PROTECTED]



undefined symbol: _accel_driver

2003-01-04 Thread Daniel Kukula
ostatnio chcialem jakas gierke uzywajaca allegro i taki blad

./tdam: relocation error: ./tdam: undefined symbol: _accel_driver

olalem ale dzis sciaglem inna korzystajaca z allegro i znowu to samo :(
a jedyne co gogle na to mi znalazly to ze na debianie allegro jest
inaczej kompilowane (libsdl niby tez ) i niektóre progi moga niedzialac

tak ze pytam - sa inne paczki z allegro ?? ( najmniej roboty bedzie :P )
ewentualnie co robic - przekompilowac gierke czy allegro ??? ( sciagalem
gotowe binarki - jestem len ;)

a jeszcze podam jakby co linki to tego ch chcialem odpalic
http://www.inksyndicate.com/lou/vheat/vheat.public2.bin.tar.gz
http://alumnos.utem.cl/tdam
no i uzywam stabilnego


-- 
Daniel Kukula [EMAIL PROTECTED]



undefined symbol stat

2002-02-05 Thread naveenkumar muguda

Hi,


I installed apache 1.3.6 on a redhat 7.2 box.when i start the httpd 
daemon(/apache/bin/apache/apachectl start). The http daemon fails saying 
that there is a undefined symbol stat and exits.


Please do advise me what i need to do get this thing running.

Thanks,
Naveen

_
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx




  1   2   >