Sponsored Content
Top Forums Programming Unresolved Symbol on HP UX & oracle7 Post 23209 by killerserv on Tuesday 18th of June 2002 09:11:43 PM
Old 06-18-2002
Please change the function
extern void sqlcxt (....); created after the precompilation as extern "C" void sqlcxt (...);

The error wont appear again. Give a try do post back the results.
 

9 More Discussions You Might Find Interesting

1. Programming

c++ unresolved symbol

I have this problem: # make gcc -g -D_REENTRANT -DDISABLE_MJPEG=1 -I. -o encmain.o -c encmain.cc ld: 0711-317 ERROR: Undefined symbol: std::string::_Rep::_S_max_size collect2: ld returned 8 exit status but from /usr/local/include/g++v3/bits/basic_string.h : namespace... (0 Replies)
Discussion started by: thalex
0 Replies

2. Programming

How To Find Unresolved symbol in shared library?

1 . I use Digital Unix V4.0F 2 . I compile a programe which use a shared library . But when I run it( prog.out) , the shell told me that "Fatal Error : /sbin/loader : unresolved symbol in lib3cZap.so" But When I compile proj.out and lib3cZap.so , the compiler said nothing . And I ls -l... (1 Reply)
Discussion started by: chenhao_no1
1 Replies

3. UNIX for Dummies Questions & Answers

unresolved symbol ???

when I make ncftp 111.111.1.2 I just get problems like ... /usr/lib/dld.sl unresolved symbol:inet_ntop (code) does anybody know what is the problem and how to solve this? thx.. (2 Replies)
Discussion started by: svennie
2 Replies

4. Programming

unresolved symbol on AIX 5.2

Hi, want to port an executable from AIX 5.3 to AIX 5.2. This seems to be no problem, when i build one executable. But in another case i have to link one library statically and the rest is loaded at runtime. This works for AIX 5.3 but on AIX 5.2 i get the following error ... (2 Replies)
Discussion started by: pm_user
2 Replies

5. Shell Programming and Scripting

use of \&\& symbol

sh /home/juser/ajss/utils/ajstartdb.sh oragold@hydapps.test.com /d03/AppsGOLD/golddb/9.2.0/GOLD_hydapps.env \&\& /home/oragold/ajss/ajstrtdb.sh the above command will execute ajstrtdb.sh file which is located in another machine. but can u specify the use of \&\& here... Is there any... (2 Replies)
Discussion started by: suryahota
2 Replies

6. HP-UX

Unresolved symbol problem

Hi I am trying to make an executable which has informix esqlc and .per files. I am using informix version 9.3. The make is successful, but when i execute, i get an error message /usr/lib/dld.sl: Unresolved symbol: ibm_lib4gl_loadint4 (code) from RVprnrecvr Abort(coredump) I searched for... (4 Replies)
Discussion started by: venkatakrishnan
4 Replies

7. AIX

Unresolved symbols

Hello experts , i have some strange problem, i wanted to create a shared object in AIX 5.3 for which i have compiled all my .cxx to .o which worked fine and then i created the .so from them , but when i do nm -Bo sample.so , i have many unresolved symbol, including printf... (0 Replies)
Discussion started by: vin_pll
0 Replies

8. Solaris

Symbol reference error for same code & libraries but compiled in different environmen

Hi All, I am having a code written in C++.First I build this code on SUN 5.10.It was built successfully.Following is the log when build was successful. -L/apps/compilers/SUNWspro/lib -lm -lsunmath \ -o App ld: warning: symbol `clog' has differing types: (file... (0 Replies)
Discussion started by: milindb
0 Replies

9. Solaris

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

deleteing post (0 Replies)
Discussion started by: dshakey
0 Replies
selinux_binary_policy_path(3)				     SELinux API Documentation				     selinux_binary_policy_path(3)

NAME
selinux_path, selinux_policy_root, selinux_binary_policy_path, selinux_failsafe_context_path, selinux_removable_context_path, selinux_default_context_path, selinux_user_contexts_path, selinux_file_context_path, selinux_media_context_path, selinux_contexts_path, selinux_booleans_path - These functions return the paths to the active SELinux policy configuration directories and files. SYNOPSIS
#include <selinux/selinux.h> extern const char *selinux_path(void); extern const char *selinux_policy_root(void); extern const char *selinux_binary_policy_path(void); extern const char *selinux_failsafe_context_path(void); extern const char *selinux_removable_context_path(void); extern const char *selinux_default_context_path(void); extern const char *selinux_user_contexts_path(void); extern const char *selinux_usersconf_path(void); extern const char *selinux_x_context_path(void); extern const char *selinux_sepgsql_context_path(void); extern const char *selinux_file_context_path(void); extern const char *selinux_media_context_path(void); extern const char *selinux_securetty_types_path(void); extern const char *selinux_contexts_path(void); extern const char *selinux_booleans_path(void); DESCRIPTION
These functions return the paths to the active policy configuration directories and files based on the settings in /etc/selinux/config. selinux_path() - top-level SELinux configuration directory selinux_policy_root() - top-level policy directory selinux_binary_policy_path() - binary policy file loaded into kernel selinux_default_type_path - context file mapping roles to default types. selinux_failsafe_context_path() - failsafe context for emergency logins selinux_removable_context_path() - filesystem context for removable media selinux_default_context_path() - system-wide default contexts for user sessions selinux_user_contexts_path() - directory containing per-user default contexts selinux_usersconf_path() - file containing mapping between Linux Users and SELinux users selinux_x_context_path() - file containing configuration for XSELinux extension selinux_sepgsql_context_path() - file containing configuration for SE-PostgreSQL selinux_netfilter_context_path - default netfilter context selinux_file_context_path() - default system file contexts configuration selinux_file_context_local_path() - local customization file contexts configuration selinux_file_context_homedir_path() - home directory file contexts configuration selinux_media_context_path() - file contexts for media device nodes selinux_contexts_path() - directory containing all of the context configuration files selinux_securetty_types_path() - defines tty types for newrole securettys selinux_booleans_path() - initial policy boolean settings AUTHOR
This manual page was written by Dan Walsh <dwalsh@redhat.com>. SEE ALSO
selinux(8) dwalsh@redhat.com 15 November 2004 selinux_binary_policy_path(3)
All times are GMT -4. The time now is 06:34 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy