Error while loading libstlport_gcc.so library


 
Thread Tools Search this Thread
Top Forums Programming Error while loading libstlport_gcc.so library
# 1  
Old 05-10-2008
Error while loading libstlport_gcc.so library

I am getting error while processing the below line : "DEPENDENCIES=$OMNIWORKS_PATH/tradewind/build/build_dg_c $(SET) "*.pcc" $(SET).pcctmp1 ".cc" h" ...


---------------------------------------------
! ----------------------------------------------------------------------------
! Build rule for .pcc (Oracle Pro*C [C++]) files
! ----------------------------------------------------------------------------
!
BEGIN SOURCE=pcc
SETS=...*
#if defined(GCC)
DEPENDENCIES=$OMNIWORKS_PATH/tradewind/build/build_dg_c $(SET) "*.pcc" $(SET).pcctmp1 ".cc" h
#else
DEPENDENCIES=$OMNIWORKS_PATH/tradewind/build/build_dg_c $(SET) $(FILES) $(SET).pcctmp1 ".cc" h
#endif

#if defined(GCC)
DEPENDENCIES=$OMNIWORKS_PATH/tradewind/build/build_dg_pc $(SET) "*.pcc" $(SET).pcctmp2
#else
DEPENDENCIES=$OMNIWORKS_PATH/tradewind/build/build_dg_pc $(SET) $(FILES) $(SET).pcctmp2
#endif
----------------------------------------------------------------
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. AIX

Loading a shared library in AIX

Hi, I have an application running on AIX. The app is deployed on Webspshere server. Due to some reason, i have to make use of a third party library (Sigar API's) from my application. This library requires an .so file as well. Is there any location where i can put this *.so file and it will... (1 Reply)
Discussion started by: user_guest
1 Replies

2. Programming

Loading the shared library I want

Hi All I have been given by someone else header file and a shared library to be used by my C++ application. Compilation is fine but when I try to executes the application I receive the following error. ./first: error while loading shared libraries: libMyLib.so.9: cannot open shared object file:... (2 Replies)
Discussion started by: manustone
2 Replies

3. Red Hat

RHEL5 reboot - error loading shared library

Hi All, I have RHEL 5 installed in my system. Something must has happened because when i reboot the server, it came with many error.. /usr/bin/rhgb-client -- error while loading shared libraries: libpopt.so.0. Can't open shared object files. No such file/directory It finnaly ends with the... (0 Replies)
Discussion started by: c00kie88
0 Replies

4. Programming

Loading mysql library error..

I am making cpp application with mysql databases. I m able to compile my application, but when i m executing the program, i m getting the loading errror as - error while loading shared libraries: libmysqlclient.so.15: cannot open shared object file: No such file or directory can any one... (2 Replies)
Discussion started by: ps_sach
2 Replies

5. Programming

gdb - loading symbols of shared library

I am debugging in gdb a program that dynamically loads libodbcinst.so. I want to debug the code from libodbcinst - I can break in it, see the source and step through it, but whenever I try printing a variable, I get (e.g. for the variable ret): No symbol "ret" in current context. In my program... (0 Replies)
Discussion started by: rimon
0 Replies

6. Linux

Problem in loading library

I am trying to run seagull tool. But when i start it following error shown |E|Unable to open library file error |A|STOP log Please help me how i can recover from it. (1 Reply)
Discussion started by: mansoorulhaq
1 Replies

7. Programming

loading a dynamic library in linux

is there a way to load a dynamic library in linux? I know tht in AIX u can do it using the loadAndInit() function. Please guide me (2 Replies)
Discussion started by: jacques83
2 Replies
Login or Register to Ask a Question
Perlbal::Plugin::XFFExtras(3pm) 			User Contributed Perl Documentation			   Perlbal::Plugin::XFFExtras(3pm)

NAME
Perlbal::Plugin::XFFExtras - Perlbal plugin that can optionally add an X-Forwarded-Port and/or X-Forwarded-Proto header to reverse proxied requests. SYNOPSIS
# in perlbal.conf LOAD XFFExtra CREATE POOL web POOL web ADD 10.0.0.1:80 CREATE SERVICE proxy SET role = reverse_proxy SET listen = 0.0.0.0:80 SET pool = web SET plugins = XFFExtras SET send_backend_port = yes SET send_backend_proto = yes ENABLE proxy DESCRIPTION
This plugin adds optional headers to be sent to backend servers in reverse proxy mode. HEADERS
o X-Forwarded-Port This header will contain an integer value indicating the port that the peer connected to. This will correspond to the port number specified on the listen line of the perlbal service that initially handled the connection. o X-Forwarded-Proto This header will contain a string indicating the protocol the client connected to perlbal via. Currently this will be either 'http' or 'https'. AUTHOR
Jonathan Steinert, <hachi@kuiki.net> COPYRIGHT AND LICENSE
Copyright (C) 2012 by Say Media Inc, <cpan@saymedia.com> This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available. perl v5.14.2 2012-02-06 Perlbal::Plugin::XFFExtras(3pm)