Search Results

Search: Posts Made By: colt
8,375
Posted By vbe
I let you search as it seems to be an old...
I let you search as it seems to be an old version, but I installed more than a year ago but I forgot what for and it was a prereq for what I needed, and for this package libXft-2.3.2-1 had these...
5,789
Posted By bakunin
Yes, LD_LIBRARY_PATH is for runtime, but when you...
Yes, LD_LIBRARY_PATH is for runtime, but when you run configure this is its runtime. Therefore it noticed that you are compiling against one glibc but woud have been running (once you would have...
5,789
Posted By Corona688
In short, LDFLAGS only works at compile-time,...
In short, LDFLAGS only works at compile-time, while LD_LIBRARY_PATH only works at run-time. You were compiling, hence LDFLAGS.
5,789
Posted By bakunin
Obviously the environment variables LDFLAGS and...
Obviously the environment variables LDFLAGS and LD_LIBRARY_PATH serve similar but different purposes. The way you used them both tell some (part of the) system to look in a certain list of...
2,356
Posted By bakunin
At any rate. In between was a maor security...
At any rate. In between was a maor security exploit (several of them, actually) which prompted ssh to use TLS instead of other encryption. Around 2013 (? if memory serves correctly) there was a major...
2,356
Posted By Corona688
Unless your version of curl or wget is really...
Unless your version of curl or wget is really old, I suspect it's a problem with their site.
Forum: Programming 04-24-2018
1,366
Posted By Don Cragun
One might note that the 1st code fragment (making...
One might note that the 1st code fragment (making the wild assumption that none of the obscured lines make any updates to the ctr variable), sets and writes three successive elements of the array a[]...
2,066
Posted By Corona688
I'm not convinced -fPIC makes sense for static...
I'm not convinced -fPIC makes sense for static code.

Make sure you're using the right object. A .a file is usually used with an .so file.
4,881
Posted By Corona688
-l and -L are linker options, belonging in...
-l and -L are linker options, belonging in LDFLAGS. Try LDFLAGS="-lzlib -L/path/to/whatever" ./configure ...
4,881
Posted By Corona688
"undefined reference" does not mean missing...
"undefined reference" does not mean missing include file. When the include errors went away, the files were being included.

What's missing now is the libraries themselves, -lzlib...
Showing results 1 to 10 of 10

 
All times are GMT -4. The time now is 10:10 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy