473,789 Members | 2,422 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Expat error

2 New Member
Hi,

I get the following error with Expat while configuring my application server. Can anyone suggest a solution?

When i do an ldd, i get the following :
Expand|Select|Wrap|Line Numbers
  1. $ldd Expat.so
  2. Expat.so needs:
  3. /usr/lib/libc.a(shr.o)
  4. Cannot find /unix --- Is there a problem here?
  5. /usr/lib/libcrypt.a(shr.o)

Expand|Select|Wrap|Line Numbers
  1. (Mar 17, 2008 4:11:41 PM), null, ariba.tools.appserverconfig.LaunchJ2EESetup, dbg, ERROR: die: Can't load '/opt/Ariba/app/sourcing/Server/lib/AIX/perl/auto/XML/Parser/Expat/Expat.so' for module XML::Parser::Expat: dlopen: /opt/Ariba/app/sourcing/Server/lib/AIX/perl/auto/XML/Parser/Expat/Expat.so: A file or directory in the path name does not exist.
  2. Compilation failed in require at /opt/Ariba/app/sourcing/Server/lib/AIX/perl/XML/Parser.pm line 15.
  3. BEGIN failed--compilation aborted at /opt/Ariba/app/sourcing/Server/lib/AIX/perl/XML/Parser.pm line 19.
  4. Compilation failed in require at /opt/Ariba/app/sourcing/Server/lib/perl/XML/Simple.pm line 226.
Mar 28 '08 #1
1 1882
numberwhun
3,509 Recognized Expert Moderator Specialist
Hi,

I get the following error with Expat while configuring my application server. Can anyone suggest a solution?

When i do an ldd, i get the following :
Expand|Select|Wrap|Line Numbers
  1. $ldd Expat.so
  2. Expat.so needs:
  3. /usr/lib/libc.a(shr.o)
  4. Cannot find /unix --- Is there a problem here?
  5. /usr/lib/libcrypt.a(shr.o)

Expand|Select|Wrap|Line Numbers
  1. (Mar 17, 2008 4:11:41 PM), null, ariba.tools.appserverconfig.LaunchJ2EESetup, dbg, ERROR: die: Can't load '/opt/Ariba/app/sourcing/Server/lib/AIX/perl/auto/XML/Parser/Expat/Expat.so' for module XML::Parser::Expat: dlopen: /opt/Ariba/app/sourcing/Server/lib/AIX/perl/auto/XML/Parser/Expat/Expat.so: A file or directory in the path name does not exist.
  2. Compilation failed in require at /opt/Ariba/app/sourcing/Server/lib/AIX/perl/XML/Parser.pm line 15.
  3. BEGIN failed--compilation aborted at /opt/Ariba/app/sourcing/Server/lib/AIX/perl/XML/Parser.pm line 19.
  4. Compilation failed in require at /opt/Ariba/app/sourcing/Server/lib/perl/XML/Simple.pm line 226.

Sorry, I don't know the answer but hopefully one of our experts will be able to assist you.

My appologies for the delay in getting an answer to your question.

Regards,

Jeff
Apr 17 '08 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

1
1560
by: Doug | last post by:
I am running solaris 7 on two machines. I compiled python 2.2.1 with expat parser on one machine. The python binary is located in /usr/local/bin and the libraries are located in /usr/local/lib. I was told that if I would tar up the /usr/local/lib/python2.2 directory from the one machine. I could transfer that and the binaries from /usr/local/bin to another machine running solaris 7 and all should be fine. Machine 1 acts as a hub for...
1
1619
by: Ingo Blank | last post by:
Hi, while 95% of my 'psycoed' applications run fine, it throws SIGSEGVs in conjunction with expat. Anybody noticed the same ? Python 2.3.2 (#4, Nov 13 2003, 02:10:49) on linux2 $ uname -a Linux euler 2.4.20-8 #1 Thu Mar 13 17:18:24 EST 2003 i686 athlon i386
2
3938
by: Thomas Guettler | last post by:
Hi! What are the difference between xml.parsers.expat and xml.sax? Up to now I used xml.sax.make_parser and subclass from ContentHandler. I think xml.sax.make_parser uses expat as default. Why should I want to use xml.parsers.expat?
1
2512
by: David Madore | last post by:
Hi! Anyone in for a Byzantine discussion on XML well-formedness? Here's the situation: test.xml contains --- test.xml: cut after --- <?xml version="1.0" encoding="us-ascii"?> <!DOCTYPE foobar > <foobar />
0
1766
by: Fabian Kr?ger | last post by:
Hello, I got a weird problem and need your help and ideas... I´ve written an php application which imports data in XML format and writes this data to a MySQL database to have a faster access. The application uses Expat 1.95.7 via php to render the xml data. First everything seemed to work fine. But now I noticed that something
4
2432
by: Jeff Lambert | last post by:
I saw something similar on the sourceforge bugs list but it was from 2001 so I assume it's fixed by now. O/S: WinXP SP2 and WinCE. Expat lib linked in VC++ 6 SP6. I have the following XML (simplified for discussion purposes) The XML starts and ends with the braces. {
0
1666
by: Jan | last post by:
While building PHP 4.4.0 on a fresh installed FreeBSD 5.4 I get the following error: www# /bin/sh /usr/home/c/console/toolscon/web/2/php-4.4.0/libtool --silent --preserve-dup-deps --mode=compile gcc -Imain/ -I/usr/home/c/console/toolscon/web/2/php-4.4.0/main/ -DPHP_ATOM_INC -I/usr/home/c/console/toolscon/web/2/php-4.4.0/include -I/usr/home/c/console/toolscon/web/2/php-4.4.0/main -I/usr/home/c/console/toolscon/web/2/php-4.4.0...
1
2665
by: Katja Suess | last post by:
Hi, may I have a hint what the problem is in my situation? Is it a syntax error in sweetone.odt or in xml.parsers.expat? Same problem with different file instead of sweetone.odt means that it's not the file that has a syntax error. xml.parsers.expat is a standard module that probably has no errors. So what could cause this error message?? Traceback (most recent call last): File "mytest.py", line 5, in ? r = c.convert(s,...
2
3742
by: dwelch91 | last post by:
Hi, c.l.p.'ers- I am having a problem with the import of xml.parsers.expat that has gotten me completely stumped. I have two programs, one a PyQt program and one a command line (text) program that both eventually call the same code that imports xml.parsers.expat. Both give me different results... The code that gets called is (print statements have been added for debugging):
0
9511
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10195
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10136
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9979
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9016
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7525
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5548
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3695
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2906
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.