while doing yum install ghostscript to a centos 4.3 x86_64 I have the following error:
============================================================================= Package Arch Version Repository Size ============================================================================= Installing: ghostscript i386 7.07-33 base 7.6 M ghostscript x86_64 7.07-33 base 7.7 M Installing for dependencies: VFlib2 x86_64 2.25.6-25 base 278 k VFlib2 i386 2.25.6-25 base 271 k cups-libs i386 1:1.1.22-0.rc1.9.10 base 105 k e2fsprogs i386 1.35-12.3.EL4 base 770 k ghostscript-fonts noarch 5.50-13 base 808 k glib2 i386 2.4.7-1 base 476 k krb5-libs i386 1.3.4-27 base 479 k libgcc i386 3.4.5-2 base 57 k libpng i386 2:1.2.7-1.el4.2 base 155 k libstdc++ i386 3.4.5-2 base 279 k openssl i686 0.9.7a-43.8 base 1.1 M urw-fonts noarch 2.2-6.1 base 4.5 M
Transaction Summary ============================================================================= Install 14 Package(s) Update 0 Package(s) Remove 0 Package(s) Total download size: 24 M Is this ok [y/N]: y Downloading Packages: Running Transaction Test Finished Transaction Test
Transaction Check Error: file /usr/share/man/man1/asn1parse.1ssl.gz from install of openssl-0.9.7a-43.8 conflicts with file from package openssl-0.9.7a-43.8 file /usr/share/man/man1/nseq.1ssl.gz from install of openssl-0.9.7a-43.8 conflicts with file from package openssl-0.9.7a-43.8 file /usr/share/man/man1/s_client.1ssl.gz from install of openssl-0.9.7a-43.8 conflicts with file from package openssl-0.9.7a-43.8 file /usr/share/man/man1/s_server.1ssl.gz from install of openssl-0.9.7a-43.8 conflicts with file from package openssl-0.9.7a-43.8 file /usr/share/man/man1/sslpasswd.1ssl.gz from install of openssl-0.9.7a-43.8 conflicts with file from package openssl-0.9.7a-43.8
Suggestions?
thanks,
On Sun, 2006-09-07 at 00:21 -0500, Erick Perez wrote:
Transaction Check Error: file /usr/share/man/man1/asn1parse.1ssl.gz from install of openssl-0.9.7a-43.8 conflicts with file from package openssl-0.9.7a-43.8 file /usr/share/man/man1/nseq.1ssl.gz from install of openssl-0.9.7a-43.8 conflicts with file from package openssl-0.9.7a-43.8 file /usr/share/man/man1/s_client.1ssl.gz from install of openssl-0.9.7a-43.8 conflicts with file from package openssl-0.9.7a-43.8 file /usr/share/man/man1/s_server.1ssl.gz from install of openssl-0.9.7a-43.8 conflicts with file from package openssl-0.9.7a-43.8 file /usr/share/man/man1/sslpasswd.1ssl.gz from install of openssl-0.9.7a-43.8 conflicts with file from package openssl-0.9.7a-43.8
Suggestions?
I ran into this on a client's server recently. I posted to this list, and someone kindly reminded me that openssl could be installed sans man pages. Download the update to your system, and then:
rpm -Uvh --excludedocs openssl....
Since the conflict is only with the man pages, this is a safe workaround. Search the list for 'Conflict installing openssl.i386 with openssl.x86_64 on a x86_64 system' if you want more details.
It's a problem, for sure. The i686 or x86_64 openssl packages are likely not built right (I'm guessing...don't know for sure).
Regards,
Ranbir
Openssl is already installed because of other programs that need it. So, i cannot remove it and reinstall due to the 100s dependencies it has. And I already have openssl, why is yum trying to instal it again?
[root@centos asterisk]# rpm -qa | grep ssl openssl-0.9.7a-43.8 openssl-devel-0.9.7a-43.8 xmlsec1-openssl-1.2.6-3
On 7/9/06, Kanwar Ranbir Sandhu m3freak@rogers.com wrote:
On Sun, 2006-09-07 at 00:21 -0500, Erick Perez wrote:
Transaction Check Error: file /usr/share/man/man1/asn1parse.1ssl.gz from install of openssl-0.9.7a-43.8 conflicts with file from package openssl-0.9.7a-43.8 file /usr/share/man/man1/nseq.1ssl.gz from install of openssl-0.9.7a-43.8 conflicts with file from package openssl-0.9.7a-43.8 file /usr/share/man/man1/s_client.1ssl.gz from install of openssl-0.9.7a-43.8 conflicts with file from package openssl-0.9.7a-43.8 file /usr/share/man/man1/s_server.1ssl.gz from install of openssl-0.9.7a-43.8 conflicts with file from package openssl-0.9.7a-43.8 file /usr/share/man/man1/sslpasswd.1ssl.gz from install of openssl-0.9.7a-43.8 conflicts with file from package openssl-0.9.7a-43.8
Suggestions?
I ran into this on a client's server recently. I posted to this list, and someone kindly reminded me that openssl could be installed sans man pages. Download the update to your system, and then:
rpm -Uvh --excludedocs openssl....
Since the conflict is only with the man pages, this is a safe workaround. Search the list for 'Conflict installing openssl.i386 with openssl.x86_64 on a x86_64 system' if you want more details.
It's a problem, for sure. The i686 or x86_64 openssl packages are likely not built right (I'm guessing...don't know for sure).
Regards,
Ranbir
Kanwar Ranbir Sandhu Linux 2.6.17-1.2139_FC4 i686 GNU/Linux 01:30:28 up 19:00, 3 users, load average: 1.19, 0.46, 0.23
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
How can I make sure my x86_64 system does not download i686 or i386 stuff? Does it need to?
On 7/9/06, Erick Perez eaperezh@gmail.com wrote:
Openssl is already installed because of other programs that need it. So, i cannot remove it and reinstall due to the 100s dependencies it has. And I already have openssl, why is yum trying to instal it again?
[root@centos asterisk]# rpm -qa | grep ssl openssl-0.9.7a-43.8 openssl-devel-0.9.7a-43.8 xmlsec1-openssl-1.2.6-3
On 7/9/06, Kanwar Ranbir Sandhu m3freak@rogers.com wrote:
On Sun, 2006-09-07 at 00:21 -0500, Erick Perez wrote:
Transaction Check Error: file /usr/share/man/man1/asn1parse.1ssl.gz from install of openssl-0.9.7a-43.8 conflicts with file from package openssl-0.9.7a-43.8 file /usr/share/man/man1/nseq.1ssl.gz from install of openssl-0.9.7a-43.8 conflicts with file from package openssl-0.9.7a-43.8 file /usr/share/man/man1/s_client.1ssl.gz from install of openssl-0.9.7a-43.8 conflicts with file from package openssl-0.9.7a-43.8 file /usr/share/man/man1/s_server.1ssl.gz from install of openssl-0.9.7a-43.8 conflicts with file from package openssl-0.9.7a-43.8 file /usr/share/man/man1/sslpasswd.1ssl.gz from install of openssl-0.9.7a-43.8 conflicts with file from package openssl-0.9.7a-43.8
Suggestions?
I ran into this on a client's server recently. I posted to this list, and someone kindly reminded me that openssl could be installed sans man pages. Download the update to your system, and then:
rpm -Uvh --excludedocs openssl....
Since the conflict is only with the man pages, this is a safe workaround. Search the list for 'Conflict installing openssl.i386 with openssl.x86_64 on a x86_64 system' if you want more details.
It's a problem, for sure. The i686 or x86_64 openssl packages are likely not built right (I'm guessing...don't know for sure).
Regards,
Ranbir
Kanwar Ranbir Sandhu Linux 2.6.17-1.2139_FC4 i686 GNU/Linux 01:30:28 up 19:00, 3 users, load average: 1.19, 0.46, 0.23
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
--
Erick Perez Panama Sistemas Integradores de Telefonia IP y Soluciones Para Centros de Datos Panama, Republica de Panama Cel Panama. +(507) 6694-4780
Eduardo wrote:
Who speak spanish?.
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Es una encuesta ??
jeje
leonel
Necesitas ayuda? Pregunta .. . .
On 7/9/06, Leonel Nunez leonel@enelserver.com wrote:
Eduardo wrote:
Who speak spanish?.
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Es una encuesta ??
jeje
leonel
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On 7/9/06, SmallFries smallfries@gmail.com wrote:
Necesitas ayuda? Pregunta .. . .
On 7/9/06, Leonel Nunez leonel@enelserver.com wrote:
Eduardo wrote:
Who speak spanish?.
Es una encuesta ??
jeje
Muy pocito.
yo si.
Soy latino, :) necesitas alguna ayuda?, si no se como ayudarte, puedo traducirlo al ingles asi tienes la ayuda de todos aqui.
Saludos, Guillermo.
On 7/9/06, Collins Richey crichey@gmail.com wrote:
On 7/9/06, SmallFries smallfries@gmail.com wrote:
Necesitas ayuda? Pregunta .. . .
On 7/9/06, Leonel Nunez leonel@enelserver.com wrote:
Eduardo wrote:
Who speak spanish?.
Es una encuesta ??
jeje
Muy pocito.
-- Collins Richey If you fill your heart with regrets of yesterday and the worries of tomorrow, you have no today to be thankful for. _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
El dom, 09-07-2006 a las 23:08 -0400, Guillermo Garron escribió:
yo si.
Soy latino, :) necesitas alguna ayuda?, si no se como ayudarte, puedo traducirlo al ingles asi tienes la ayuda de todos aqui.
muchas gracias.
Saludos, Guillermo.
On 7/9/06, Collins Richey crichey@gmail.com wrote:
On 7/9/06, SmallFries smallfries@gmail.com wrote:
Necesitas ayuda? Pregunta .. . .
On 7/9/06, Leonel Nunez leonel@enelserver.com wrote:
Eduardo wrote:
Who speak spanish?.
Es una encuesta ??
jeje
Muy pocito.
-- Collins Richey If you fill your heart with regrets of yesterday and the worries of tomorrow, you have no today to be thankful for. _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
I speak Spanish ___________________________________ Orlando Rubino Gala Administración UONet Email = rubino@eco.uo.edu.cu Email = orlando_rubino@yahoo.com Fax = 1(360) 351 - 0681 Phone = 632138 ____________________________________ ----- Original Message ----- From: "Julio Soto" jujo@jujo.info To: "CentOS mailing list" centos@centos.org Sent: Monday, July 10, 2006 1:30 AM Subject: Re: [CentOS] Quien habla español?
On Sun, 09 Jul 2006 16:08:43 -0400, Eduardo wrote:
Who speak spanish?.
Más de los que parece ;-)))
Un saludo
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Yo también, y aprovecho para saludar a la comunidad hispanoparlante de CentOS (Me too, and greetings to the spanish-speaking CentOS community)
----- Original Message -----
From: "Julio Soto" jujo@jujo.info To: "CentOS mailing list" centos@centos.org Sent: Monday, July 10, 2006 1:30 AM Subject: Re: [CentOS] Quien habla español?
definitivamente mas de los que parecen, despues de todos somo muchos en el mundo.
(definitly more that it appears, after all we are really a lot in the world)
On 7/11/06, Eduardo Grosclaude eduardo.grosclaude@gmail.com wrote:
Yo también, y aprovecho para saludar a la comunidad hispanoparlante de CentOS (Me too, and greetings to the spanish-speaking CentOS community)
----- Original Message -----
From: "Julio Soto" jujo@jujo.info To: "CentOS mailing list" centos@centos.org Sent: Monday, July 10, 2006 1:30 AM Subject: Re: [CentOS] Quien habla español?
-- Eduardo Grosclaude Universidad Nacional del Comahue Neuquen, Argentina
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On Sun, 2006-07-09 at 10:36 -0500, Erick Perez wrote:
How can I make sure my x86_64 system does not download i686 or i386 stuff? Does it need to?
Maybe ... :)
Not everything that can install from the x86_64 tree is x86_64. OpenOffice.org is one package, there are others, that are i386 only. If you don't need any of the i386/i586/i686 packages you can remove them and prevent them form trying to be installed.
The first thing you need to do is add this to a file called .rpmmacros in your user's home directory:
%_query_all_fmt %%{name}-%%{version}-%%{release}.%%{arch}
Then when you do "rpm -q" items, it will also show you the arch.
Then you can do:
rpm -qa | grep i[3,4,5,6]86 | sort
to see what x86 packages are installed on your machine.
Then you can see if you have to have them, or can remove them.
THIS IS CRITICAL :) ... If you remove x86 type packages where both x86 and x86_64 packages are installed, reinstall the x86_64 packages after you are done ... this is because a file can only belong to 1 package, so some files you need may have belonged to the package you removed, and will be reinstalled when you reinstall the x86_64 packages.
If you can get rid of all the x86 packages, you can then add this to /etc/yum.conf
exclude=*.i386 *.i586 *.i686
You will then not add anything except x86_64 packages with yum.
Thanks, Johnny Hughes
Thanks Johnny, I'll try that and see how much more I can reduce a minimum install.
On 7/16/06, Johnny Hughes mailing-lists@hughesjr.com wrote:
On Sun, 2006-07-09 at 10:36 -0500, Erick Perez wrote:
How can I make sure my x86_64 system does not download i686 or i386 stuff? Does it need to?
Maybe ... :)
Not everything that can install from the x86_64 tree is x86_64. OpenOffice.org is one package, there are others, that are i386 only. If you don't need any of the i386/i586/i686 packages you can remove them and prevent them form trying to be installed.
The first thing you need to do is add this to a file called .rpmmacros in your user's home directory:
%_query_all_fmt %%{name}-%%{version}-%%{release}.%%{arch}
Then when you do "rpm -q" items, it will also show you the arch.
Then you can do:
rpm -qa | grep i[3,4,5,6]86 | sort
to see what x86 packages are installed on your machine.
Then you can see if you have to have them, or can remove them.
THIS IS CRITICAL :) ... If you remove x86 type packages where both x86 and x86_64 packages are installed, reinstall the x86_64 packages after you are done ... this is because a file can only belong to 1 package, so some files you need may have belonged to the package you removed, and will be reinstalled when you reinstall the x86_64 packages.
If you can get rid of all the x86 packages, you can then add this to /etc/yum.conf
exclude=*.i386 *.i586 *.i686
You will then not add anything except x86_64 packages with yum.
Thanks, Johnny Hughes
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux)
iD8DBQBEumhETKkMgmrBY7MRAtpiAKCI6ciewylVZEfsRfKetSqQg5PS1wCfQ4en QY/tUX31klWD1GOyIkZr3Ns= =3xTM -----END PGP SIGNATURE-----
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos