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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
02-17-2003, 08:59 AM
|
#1
|
Member
Registered: Apr 2002
Location: IL, USA
Distribution: Fedora 13, Ubuntu 10.04 LTS
Posts: 162
Rep:
|
expat!!!
Hi,
I have downloaded AbiWord1.0.2 mandrake cooker version.
It said that expat>=1.95.1 is needed, I have d/l the version 1.95.6 from Sourceforge.net. But the error is still there, what should I do?
hhegab
|
|
|
02-17-2003, 09:01 AM
|
#2
|
Member
Registered: Apr 2002
Location: IL, USA
Distribution: Fedora 13, Ubuntu 10.04 LTS
Posts: 162
Original Poster
Rep:
|
PS.
I use Mandrake version 9.0 now!
hhegab
|
|
|
07-17-2003, 07:14 PM
|
#3
|
Member
Registered: Oct 2002
Location: Malaysia
Posts: 106
Rep:
|
Hi,
I have downloaded the expat 1.9.5-2.1 from the net and when I am trying to install the expat :
root@abc [/tmp]# rpm -Uvh expat-1.95.2-1.i686.rpm
error: failed dependencies:
expat = 1.95.1 is needed by expat-devel-1.95.1-7
root@abc [/tmp]# rpm -qa | grep 'expat'
expat-devel-1.95.1-7
expat-1.95.1-7
Why it cannot upgrade???
|
|
|
07-17-2003, 08:58 PM
|
#4
|
Member
Registered: Oct 2002
Location: Malaysia
Posts: 106
Rep:
|
Hi,
I have fixed the problem by installing the expat-1.95.2-1.i686.rpm and expat-devel-1.95.2-1.i686.rpm together
Then I compile php 4.3.2 with :
'./configure' '--with-apxs=/usr/local/apache/bin/apxs' '--with-xml' '--enable-bcmath' '--enable-calendar' '--enable-ftp' '--with-gd' '--with-jpeg-dir=/usr/local' '--with-png-dir=/usr' '--with-xpm-dir=/usr/X11R6' '--with-mcrypt' '--enable-magic-quotes' '--with-mysql' '--with-pear' '--enable-sockets' '--enable-track-vars' '--with-ttf' '--enable-versioning' '--with-zlib' '--disable-xml' '--with-expat-dir=/usr/local' '--enable-xslt' '--with-xslt-sablot=/usr/local' '--with-expat-dir=/usr/local'
When I run make , it returns the following error :
/usr/lib/libsablot.so: undefined reference to `JS_SetPrototype'
> > /usr/lib/libsablot.so: undefined reference to `JS_PropertyStub'
> > /usr/lib/libsablot.so: undefined reference to `JS_GC'
> > /usr/lib/libsablot.so: undefined reference to `JS_IsExceptionPending'
> > /usr/lib/libsablot.so: undefined reference to `JS_GetPrivate'
> > /usr/lib/libsablot.so: undefined reference to `JS_EvaluateScript'
> > /usr/lib/libsablot.so: undefined reference to `JS_NewObject'
> > /usr/lib/libsablot.so: undefined reference to `JS_GetClass'
> > /usr/lib/libsablot.so: undefined reference to `JS_DefineProperties'
> > /usr/lib/libsablot.so: undefined reference to `JS_NewDoubleValue'
> > /usr/lib/libsablot.so: undefined reference to `JS_GetProperty'
> > /usr/lib/libsablot.so: undefined reference to `JS_IdToValue'
> > /usr/lib/libsablot.so: undefined reference to `JS_GetGlobalObject'
> > /usr/lib/libsablot.so: undefined reference to `JS_ValueToNumber'
> > /usr/lib/libsablot.so: undefined reference to `JS_GetStringBytes'
> > /usr/lib/libsablot.so: undefined reference to `JS_AddRoot'
> > /usr/lib/libsablot.so: undefined reference to `JS_DestroyContext'
> > /usr/lib/libsablot.so: undefined reference to `JS_ValueToFunction'
> > /usr/lib/libsablot.so: undefined reference to `JS_ValueToString'
> > /usr/lib/libsablot.so: undefined reference to `JS_SetProperty'
> > /usr/lib/libsablot.so: undefined reference to `JS_SetContextPrivate'
> > /usr/lib/libsablot.so: undefined reference to `JS_MaybeGC'
> > /usr/lib/libsablot.so: undefined reference to `JS_GetArrayLength'
> > /usr/lib/libsablot.so: undefined reference to `JS_DefineFunctions'
> > /usr/lib/libsablot.so: undefined reference to `JS_FinalizeStub'
> > /usr/lib/libsablot.so: undefined reference to `JS_ConstructObject'
> > /usr/lib/libsablot.so: undefined reference to `JS_DestroyIdArray'
> > /usr/lib/libsablot.so: undefined reference to `JS_NewStringCopyN'
> > /usr/lib/libsablot.so: undefined reference to `JS_SetPendingException'
> > /usr/lib/libsablot.so: undefined reference to `JS_EnumerateStub'
> > /usr/lib/libsablot.so: undefined reference to `JS_NewArrayObject'
> > /usr/lib/libsablot.so: undefined reference to `JS_NewContext'
> > /usr/lib/libsablot.so: undefined reference to `JS_NewStringCopyZ'
> > /usr/lib/libsablot.so: undefined reference to `JS_InitClass'
> > /usr/lib/libsablot.so: undefined reference to `JS_Init'
> > /usr/lib/libsablot.so: undefined reference to `JS_SetElement'
> > /usr/lib/libsablot.so: undefined reference to `JS_GetPrototype'
> > /usr/lib/libsablot.so: undefined reference to `JS_DefineObject'
> > /usr/lib/libsablot.so: undefined reference to `JS_GetElement'
> > /usr/lib/libsablot.so: undefined reference to `JS_DefineFunction'
> > /usr/lib/libsablot.so: undefined reference to `JS_GetContextPrivate'
> > /usr/lib/libsablot.so: undefined reference to `JS_ResolveStub'
> > /usr/lib/libsablot.so: undefined reference to `JS_RemoveRoot'
> > /usr/lib/libsablot.so: undefined reference to
> `JS_ClearPendingException'
> > /usr/lib/libsablot.so: undefined reference to `JS_CallFunctionName'
> > /usr/lib/libsablot.so: undefined reference to `JS_ReportError'
> > /usr/lib/libsablot.so: undefined reference to `JS_Finish'
> > /usr/lib/libsablot.so: undefined reference to `JS_DeleteProperty'
> > /usr/lib/libsablot.so: undefined reference to `JS_SetErrorReporter'
> > /usr/lib/libsablot.so: undefined reference to `JS_SetPrivate'
> > /usr/lib/libsablot.so: undefined reference to `JS_GetFunctionName'
> > /usr/lib/libsablot.so: undefined reference to `JS_ConvertStub'
> > /usr/lib/libsablot.so: undefined reference to `JS_InitStandardClasses'
> > /usr/lib/libsablot.so: undefined reference to `JS_DeleteElement'
> > /usr/lib/libsablot.so: undefined reference to `JS_Enumerate'
> > collect2: ld returned 1 exit status
Am I missing something?
Thanks
|
|
|
07-18-2003, 11:46 AM
|
#5
|
Member
Registered: Oct 2002
Location: Malaysia
Posts: 106
Rep:
|
Hi,
Ok..finally I get my way from this issue by adding compiling the php with 'with-sablot-js=DIR' and the error disappear.
Unfortunately , I am in another big big trouble ...
after I recompile and make install the php , all our php page cannot be shown up in the browser , it prompts for download ...
I have checked on the httpd.conf of the AddType and the php extension is there..I also make sure the ZLIB compression is off in the php.ini file..
what else do I miss out?
|
|
|
07-19-2003, 09:25 PM
|
#6
|
Member
Registered: Apr 2002
Location: IL, USA
Distribution: Fedora 13, Ubuntu 10.04 LTS
Posts: 162
Original Poster
Rep:
|
hay andy!
it seems that there is no body here but me and you!
hhegab
|
|
|
07-20-2003, 09:46 AM
|
#7
|
Member
Registered: Oct 2002
Location: Malaysia
Posts: 106
Rep:
|
Hi hhegab,
yaya ....
|
|
|
All times are GMT -5. The time now is 01:45 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|