in reply to Expat.o missing error on solaris 10
, i am getting this error that Expat.o is not available
One has nothing to do with the other
Expat.o is a file that should be generated when you run make so that auto/XML/Parser/Expat/Expat.so can be generated
Your problem will probably go away if you start using gcc
5.10.1 isn't exactly new, try a newer one :)
Which compiler are you using?
$ perl -V:cc cc='gcc';
I suggest you get perl-5.14.2 and compile it using gcc , install it privately (do not install over system perl), then try installing mysql
These might be of interest:
http://twiki.org/cgi-bin/view/Codev/SolarisInstallCookbookPerlModules
http://search.cpan.org/~aburlison/Solaris-PerlGcc-1.3/pod/perlgcc.pod
Setting up perlbrew for Linux and Solaris
Compile Error for Sun Solaris 10 module IO
Problem Compiling under Solaris using DBI and DBD::DB2
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Expat.o missing error on solaris 10 (gcc)
by topgunzzz (Initiate) on Feb 12, 2014 at 03:08 UTC | |
by topgunzzz (Initiate) on Feb 12, 2014 at 03:15 UTC | |
by Anonymous Monk on Feb 12, 2014 at 03:41 UTC |