LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-27-2007, 07:31 AM   #1
goldeneyes
LQ Newbie
 
Registered: Jul 2007
Posts: 2

Rep: Reputation: 0
upgrade expat from version 1.95.6 to latest one


Hello,

I encounter an issue to upgrade (or installing from scratches by first uninstalling version 1.95.6)

I would like to know how to uninstall expat ?

I would like to know what are the eligible steps which need to be taken when I would like to have the lates version of expat inside my server ?

The OS is : Centos 4 32 bit

when I run phpinfo() function from the server then I get the following output:

XML Support = active
XML Namespace Support = active
EXPAT Version = EXPAT Version

Also I have found expat files in the following location:

/usr/local/directadmin/customapache/php-4.4.7/ext/xml/expat
/usr/local/directadmin/customapache/php-4.4.7/ext/xml/expat/internal.h
/usr/local/directadmin/customapache/php-4.4.7/ext/xml/expat/xmlparse.c
/usr/local/directadmin/customapache/php-4.4.7/ext/xml/expat/xmltok_impl.c
/usr/local/directadmin/customapache/php-4.4.7/ext/xml/expat/README
/usr/local/directadmin/customapache/php-4.4.7/ext/xml/expat/README.php
/usr/local/directadmin/customapache/php-4.4.7/ext/xml/expat/utf8tab.h
/usr/local/directadmin/customapache/php-4.4.7/ext/xml/expat/xmltok.c
/usr/local/directadmin/customapache/php-4.4.7/ext/xml/expat/xmltok.lo
/usr/local/directadmin/customapache/php-4.4.7/ext/xml/expat/xmltok_impl.h
/usr/local/directadmin/customapache/php-4.4.7/ext/xml/expat/xmlrole.h
/usr/local/directadmin/customapache/php-4.4.7/ext/xml/expat/xmlrole.lo
/usr/local/directadmin/customapache/php-4.4.7/ext/xml/expat/xmltok.h
/usr/local/directadmin/customapache/php-4.4.7/ext/xml/expat/iasciitab.h
/usr/local/directadmin/customapache/php-4.4.7/ext/xml/expat/ascii.h
/usr/local/directadmin/customapache/php-4.4.7/ext/xml/expat/expat.h
/usr/local/directadmin/customapache/php-4.4.7/ext/xml/expat/winconfig.h
/usr/local/directadmin/customapache/php-4.4.7/ext/xml/expat/xmltok_ns.c
/usr/local/directadmin/customapache/php-4.4.7/ext/xml/expat/latin1tab.h
/usr/local/directadmin/customapache/php-4.4.7/ext/xml/expat/xmlrole.o
/usr/local/directadmin/customapache/php-4.4.7/ext/xml/expat/Changes
/usr/local/directadmin/customapache/php-4.4.7/ext/xml/expat/xmlparse.lo
/usr/local/directadmin/customapache/php-4.4.7/ext/xml/expat/asciitab.h
/usr/local/directadmin/customapache/php-4.4.7/ext/xml/expat/xmlrole.c
/usr/local/directadmin/customapache/php-4.4.7/ext/xml/expat/xmltok.o
/usr/local/directadmin/customapache/php-4.4.7/ext/xml/expat/xmlparse.o
/usr/local/directadmin/customapache/php-4.4.7/ext/xml/expat/nametab.h
/usr/local/include/php/ext/xml/expat
/usr/local/include/php/ext/xml/expat/internal.h
/usr/local/include/php/ext/xml/expat/utf8tab.h
/usr/local/include/php/ext/xml/expat/xmltok_impl.h
/usr/local/include/php/ext/xml/expat/xmlrole.h
/usr/local/include/php/ext/xml/expat/xmltok.h
/usr/local/include/php/ext/xml/expat/iasciitab.h
/usr/local/include/php/ext/xml/expat/ascii.h
/usr/local/include/php/ext/xml/expat/expat.h
/usr/local/include/php/ext/xml/expat/winconfig.h
/usr/local/include/php/ext/xml/expat/latin1tab.h
/usr/local/include/php/ext/xml/expat/asciitab.h
/usr/local/include/php/ext/xml/expat/nametab.h
/usr/lib/python2.3/lib-dynload/pyexpat.so
/usr/lib/python2.3/xml/parsers/expat.pyc
/usr/lib/python2.3/xml/parsers/expat.py
/usr/lib/python2.3/xml/parsers/expat.pyo
/usr/lib/python2.3/xml/dom/expatbuilder.pyc
/usr/lib/python2.3/xml/dom/expatbuilder.pyo
/usr/lib/python2.3/xml/dom/expatbuilder.py
/usr/lib/python2.3/xml/sax/expatreader.pyc
/usr/lib/python2.3/xml/sax/expatreader.py
/usr/lib/python2.3/xml/sax/expatreader.pyo
/usr/lib/libexpat.so.0
/usr/lib/libexpat.so.0.5.0
/usr/share/doc/expat-1.95.7
/usr/share/doc/expat-1.95.7/COPYING
/usr/share/doc/expat-1.95.7/README
/usr/share/doc/libxml2-devel-2.6.16/tutorial/includexpath.c

Thanking eveyone in advaned
 
Old 07-28-2007, 11:46 AM   #2
goldeneyes
LQ Newbie
 
Registered: Jul 2007
Posts: 2

Original Poster
Rep: Reputation: 0
Hi , I still didn't find a solution.
Any help will be appreciate
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I upgrade to latest version of J2RE using YUM on CentOS 4.4? Dmjmusser Linux - Server 1 02-08-2007 01:06 PM
Latest Version Of g++ crash_override_me Programming 1 07-20-2006 01:20 AM
Latest version of RHEL? Cheeseboy Red Hat 1 11-24-2004 08:42 AM
I want to upgrade mozilla 1.2.1 to the latest version....help AMArt79196 Linux - Software 6 06-30-2004 03:06 AM
What is the latest version of Solaris?? dsantamassino Solaris / OpenSolaris 8 06-25-2003 02:48 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 10:58 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration