Sponsored Content
Top Forums Programming C++ Linking Error: invalid DSO for symbol Post 302931002 by Corona688 on Friday 9th of January 2015 10:34:16 AM
Old 01-09-2015
"Invalid DSO" can sometimes mean "symbol not found" these days. I got that error while linking -lssl but not linking -lcrypto too.
 

9 More Discussions You Might Find Interesting

1. Programming

Linking problem while linking to shared library

Hi I'm getting ld: fatal: option -h and building a dynamic executable are incompatible ld: fatal: Flags processing errors When I run ld -shared -L/usr/dt/lib -lDtSvc -o builtin.so Workspace.o after running gcc -fPIC -I/usr/X11R6/include -I/usr/dt/include -c Workspace.c I'm... (6 Replies)
Discussion started by: laho
6 Replies

2. Programming

symbol referencing error

Undefined first referenced symbol in file std::basic_ostream<char, std::char_traits<char> >::operator<<(int)/var/tmp//ccTR std::cerr /var/tmp//ccTRcjui.o std::cout /var/tmp//ccTRcjui.o... (1 Reply)
Discussion started by: suhasini
1 Replies

3. UNIX for Dummies Questions & Answers

Link error while linking a shared library in unix

Getting the following error , ld: /opt/syncsort39/lib/libsyncsort.sl: Mismatched ABI. 64-bit PA shared library found in 32-bit link. Is there any difference in the ld options in opt file while linking a 64 bit shared library ? Or is the problem because we are trying to link both 32 bit and 64... (3 Replies)
Discussion started by: arunkumar_mca
3 Replies

4. Programming

Symbol referencing error

Hey everyone, I can't figure out this symbol referencing error after looking at it for the longest time, and I figured some fresh eyes might be able to point something out I am overlooking. Undefined first referenced symbol in... (1 Reply)
Discussion started by: fromatz
1 Replies

5. Web Development

Apache + DSO PHP

Hello, guys! I have a web server that uses PHP as DSO. Do you know any tool that can help me monitoring the CPU usage for any domain/subdomain that is hosted on this server? (1 Reply)
Discussion started by: Sergiu-IT
1 Replies

6. Solaris

/usr/lib/passwdutil.so.1: symbol __nsl_fgetspent_r: referenced symbol not found

deleteing post (0 Replies)
Discussion started by: dshakey
0 Replies

7. Shell Programming and Scripting

01.30 Invalid shell error

Hi, I am getting the error 01.30 Invalid shell error I am running the bash shell script in the korn login shell. I have mentioned the #!/bin/bash statement in the my script but not sure why it is giving this error to me.. (4 Replies)
Discussion started by: mr_harish80
4 Replies

8. Programming

C program multiple definition error during linking time

Hi, I have the following files: // file.hvoid foo(); int i = 5; // should be just declared as extern int i; // file1.c#include <stdio.h> #include "file.h" void foo() { i = 10; printf("%d\n", i); } // file2.c#include <stdio.h> #include "file.h" int main() { foo(); (9 Replies)
Discussion started by: royalibrahim
9 Replies

9. Linux

Help with Linux linking error

Hi, Currently I am migrating codes from unix to Linux. When doing linking(ld) getting the below error. Error is :ld: invalid BFD target `--shared' Providing the script of the ld: ld -b -G -o lib/libatk.so ./src/atk_db.o ./src/atk_gcl.o ./src/atk_options.o ./src/atk_exception.o... (1 Reply)
Discussion started by: jrkar
1 Replies
dlerrno(3C)															       dlerrno(3C)

NAME
dlerrno() - get error code for dynamic linking calls SYNOPSIS
[flag... ] file... [library]... DESCRIPTION
is one of a family of routines that give the user direct access to the dynamic linking facilities (using the option on the compiler or com- mand line). returns a numeric error code that corresponds to the last error that occurred during dynamic linking processing. If no dynamic linking errors have occurred since the last invocation of returns Thus, invoking a second time, immediately following a prior invo- cation, results in being returned. The following is a complete list of the mnemonic error codes. The numeric values can be found in Unknown error. No Error. Cannot open load module. I/O error mapping load module Load module is not valid. Unknown ELF version in library. Unable to find library. Cannot allocate dynamic memory. Unknown relocation type. Internal error encountered. Invalid flag to call. Failed to apply relocation. Invalid argument. Unknown symbol. Invalid load module index. Invalid load module handle. Cannot close load module due to remaining dependencies. relocation on non-thread-specific symbol. Non-thread-specific relocation reference to thread specific symbol. failed. Cannot load module with thread-specific data. Invalid load module handle for unload. Cannot unload load module due to remaining dependencies. Unsatisfied code symbol in load module. Unsatisfied data symbol in load module. Invalid symbol name for Invalid symbol type. Invalid flags for Invalid symbol type for Unknown handle. Invalid descriptor argument. Invalid address for Invalid descriptor version. Cannot write data. Cannot open program file to read data. Cannot read data. Fastbind data is out of date. Invalid option. No data. call failed on entry. call failed on exit. failed in reading target memory. ABI mismatch because a 64-bit program found a 32-bit shared library. ABI mismatch because a 32-bit program found a 64-bit shared library. Invalid flags. The library is invalid due to a bad magic number. The library is invalid due to a bad alignment. The library is invalid due to a missing symbol table. The library is invalid due to a missing program header. The library is invalid due to a bad machine type. The library is invalid due to a bad object file type. Unable to get shared fixed address from Cannot use fixed address due to multiple data segments. Invalid NULL library name. Bad flags or type for Invalid argument for Cannot open filtered library: TLS size exceeds size recorded in filter. Caliper instrumentation failed: cannot open file. Caliper instrumentation failed: cannot read loadable note section. Caliper instrumentation failed: cannot open pipes for communication. Caliper instrumentation failed: failed. Caliper instrumentation failed: failed. Caliper instrumentation failed: caliper returned failure. Caliper instrumentation failed: unknown message retrieved on pipe. Caliper instrumentation failed: cannot stat file. Library contains a static TLS reference to a symbol defined in a dynamically loaded library. Call to failed. Address not found in any load module. failed for the library. Invalid argument for Library has multiple text segments. Library has multiple data segments. Invalid argument for I/O error accessing library using Invalid load address for Cannot use pre-allocate address for mapping library because of fixed address. Shared library missing execution permission. Encounter error while loading library. Cannot load library because required extensions not present in the hardware. MULTITHREAD USAGE
This routine is thread-safe. SEE ALSO
dlclose(3C), dlerror(3C), dlopen(3C), dlsym(3C). Texts and Tutorials: (See the option) (See manuals(5) for ordering information) ELF Applications Only dlerrno(3C)
All times are GMT -4. The time now is 07:19 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy