473,385 Members | 1,732 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

undefined symbol: _ZNSt8ios_base4InitC1Ev loading library

Now got this far: when module loaded by server - but - get a linkng
error. According to the searches has something to do with g++ or gcc -
but not sure ..

Hints are appreciated.

Thanks.

=========================================
system info:
Linux 2.6.4-52
gcc 3.3.3
==========================================
mod_gsoap Apache SOAP Server Error
mod_gsoap:
/home/develop/TEST/GSOAP/gsoap/mod_gsoap/apache_gsoap.0.0.5/example/calculator/.libs/libCalculator.so:
undefined symbol: _ZNSt8ios_base4InitC1Ev loading library
/home/develop/TEST/GSOAP/gsoap/mod_gsoap/apache_gsoap.0.0.5/example/calculator/.libs/libCalculator.so
Please see the documentation at WebWare for details.
Content headers of the request

Accept: text/html, image/jpeg, image/png, text/*, image/*, */*
Accept-Charset: utf-8, utf-8;q=0.5, *;q=0.5
Accept-Encoding: x-gzip, x-deflate, gzip, deflate
Accept-Language: en, US
Cache-control: no-cache
Connection: Keep-Alive
Host: localhost
Pragma: no-cache
User-Agent: Mozilla/5.0 (compatible; Konqueror/3.2; Linux) (KHTML, like
Gecko)

Nov 15 '05 #1
2 5792
Crossposting without follow up is a bad idea, set it to colda, which is
closest, I think.

milkyway wrote:
Now got this far:
Now? In what context? Do you refer to a previous posting? Why not give a
hint?
when module loaded by server - but - get a linkng
error. According to the searches has something to do with g++ or gcc -
but not sure ..


The runtime linker can't find that symbol which is part of the C++
standardlibrary (std::ios_base::Init). Setup your system properly and it
will find them, see 'man ld.so' and read the FAQ for the newsgroups you
post to.

Uli

Nov 15 '05 #2
milkyway wrote:
Now got this far: when module loaded by server - but - get a linkng
error. According to the searches has something to do with g++ or gcc -
but not sure ..

Hints are appreciated.


<snip>

The only thing standard C has to say about this is that if you use an
object or function of a given name from another translation unit it has
to be defined with external linkage.

Problems with you linker, SOAP or C++ (which is what g++ compiles) or
any system specific stuff are off topic in comp.lang.c
--
Flash Gordon
Living in interesting times.
Although my email address says spam, it is real and I read it.
Nov 15 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Stu | last post by:
I am trying to build the xerces shared library with 2.3.0 version of their source code on an AIX 5.1 32 bit machine with the following version of the g++ compiler /usr/local/bin/g++ -v Reading...
2
by: Manuel Maria Diaz Gomez | last post by:
Hi Everybody, maybe you can give me a hint about this. I implemented a simple singleton Factory that will (among other things) keep a registry of objects. Objects register themself in the...
0
by: John Graat | last post by:
Hi all, I've built the STLport-462 library on AIX-4.3.3 using gcc-3.3.2. No errors during compilation. However, during linking the following error occurs: ld: 0711-317 ERROR: Undefined symbol:...
2
by: el prinCipante | last post by:
I am a total novice. And granted this probably is a very simple question, it still stops me from finishing my thesis. Thanks in advance for any postings. I am using a library routine and...
4
by: r.nikhilk | last post by:
Hi, We are porting C++ applications from 32 bit to 64 bit on AIX platform. (The current version of AIX is 5.3 and xlC verison is 8.0). We are able to compile the applications by including the...
3
by: Kenneth Kahl | last post by:
Hello, I would like to call a C++ programm out of Java with help of JNI. By the followed command I created a "shared library": g++ -shared -o libcalculate.so rechner.cpp When I create an...
8
by: pavan734 | last post by:
Hello, Please excuse me as Iam not posting this to correct group. I have a parser code obtained from flex command. I have many other files. When I compile them Iam getting a message like:...
1
by: Justin Johnson | last post by:
Hello, I'm trying to build Python 2.5.0 on AIX 5.3 using IBM's compiler (VisualAge C++ Professional / C for AIX Compiler, Version 6). I run configure and make, but makes fails with undefined...
1
by: Borse, Ganesh | last post by:
Hi, Can you please guide me for the following problem? The call to "PyImport_ImportModule("cStringIO");" is failing with an error of "undefined symbol: PyObject_SelfIter". Before importing this...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
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...
0
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...

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.