Sponsored Content
Full Discussion: zlib.h in custom path
Top Forums Shell Programming and Scripting zlib.h in custom path Post 302536262 by anilcliff on Tuesday 5th of July 2011 01:40:52 AM
Old 07-05-2011
I removed the stderr and got the following error. I have echoed variables. Let me know if any other variable I should echo. Its not checking the path /usr/local/myapps/include/ where zlib.h is present.

[root@ffmpeg gpac]# ll /usr/local/myapps/include/zlib.h
-rw-r--r-- 1 root root 79564 Jul 4 02:12 /usr/local/myapps/include/zlib.h

Code:
[root@ffmpeg gpac]# ./configure
CPPFLAGS  -fno-strict-aliasing
CFLAGS  -fno-strict-aliasing
CFLAGS  -fno-strict-aliasing
cc gcc
TMPC /tmp/gpac-conf-7254-30179-4836.c
TMPO /tmp/gpac-conf-22952-30179-10957.o
local_inc /usr/src/gpac/extra_lib/include
local_lib extra_lib/lib/gcc
CPPFLAGS  -fno-strict-aliasing   --> I set after this to CPPFLAGS to the value below
CPPFLAGS -I/usr/local/myapps/include
/tmp/gpac-conf-7254-30179-4836.c:1:18: error: zlib.h: No such file or directory
/tmp/gpac-conf-7254-30179-4836.c: In function 'main':
/tmp/gpac-conf-7254-30179-4836.c:2: error: 'ZLIB_VERSION' undeclared (first use in this function)
/tmp/gpac-conf-7254-30179-4836.c:2: error: (Each undeclared identifier is reported only once
/tmp/gpac-conf-7254-30179-4836.c:2: error: for each function it appears in.)
error: zlib not found on system or in local libs

 

10 More Discussions You Might Find Interesting

1. Programming

uncompress of zlib

When I gzopen & gzread from a gzip file, it works OK. But I when I try to uncompress the same data from memory (either by reading to memory with fread or mmap()ing) using decompress, I get Z_DATA_ERROR. Is it because gzip file has some kind of headers that uncompress doesn't want? How can I get... (3 Replies)
Discussion started by: rayne
3 Replies

2. Programming

problem about using zlib to uncompress gzip in memory

I wrote a function which for uncompressing data for gzip or deflate format using zlib,see followed code; source param is pointed to the compressed data,len param is the size of compressed data, dest param is for returning the address which pointed to the uncompressed data;the last gzip param tell... (0 Replies)
Discussion started by: iwishfine
0 Replies

3. UNIX for Advanced & Expert Users

how to compress .zlib file

Hi all, I wanted to know how to compress a .zlib file.. an working on unix so pls suggest accordingly. the file is pretty big(500 mb) also i would like to know any weblinks where i can get more info on various compressions commands in unix i have tried zip,compress commands but i have not... (1 Reply)
Discussion started by: wrapster
1 Replies

4. BSD

Installing zlib

Is there a port or shorthand way of installing the zlib library on FreeBSD? I currently use the following: wget http://zlib.net/zlib-1.2.5.tar.gz tar zxf zlib*.gz cd zlib*\. ./configure --libdir=/usr/lib --includedir=/usr/include make install clean This is somewhat contrived code and for a... (4 Replies)
Discussion started by: figaro
4 Replies

5. Shell Programming and Scripting

Custom directory path variable

I'm trying to write my first shell script and got a bit stuck with this: I've got myscript.sh that executes from /fromhere. If the script is run with the syntax ./myscript.sh tothere: I need to make a variable inside the script containing /fromhere/tothere ...and if the script is run with... (10 Replies)
Discussion started by: Chronomaly
10 Replies

6. UNIX for Dummies Questions & Answers

Make install in custom path

I would like to install a binary from source on a custom path, say /usr/local/myapps. There is no --prefix option in ./configure How can I "make install" at custom path. I tried this. No --prefix root@server # ./configure --help | grep prefix root@server # Make install ... (3 Replies)
Discussion started by: anil510
3 Replies

7. Shell Programming and Scripting

Moving files from parent path to multiple child path using bash in efficient way

Hi All, Can you please provide some pointers to move files from Base path to multiple paths in efficient way.Folder Structure is already created. /Path/AdminUser/User1/1111/Reports/aaa.txt to /Path/User1/1111/Reports/aaa.txt /Path/AdminUser/User1/2222/Reports/bbb.txt to... (6 Replies)
Discussion started by: karthikgv417
6 Replies

8. UNIX for Advanced & Expert Users

Problem compiling glib using static zlib

Hello I have been trying to compile glib 2.28 with needs Zlib. During the compilation process I received these messages Then giving a look at the configure of Zlib, there was an option to static link it and I obviously used it. So I think I can solve it by compiling a shared zlib, or by... (4 Replies)
Discussion started by: colt
4 Replies

9. UNIX for Advanced & Expert Users

Command to see the logical volume path, device mapper path and its corresponding dm device path

Currently I am using this laborious command lvdisplay | awk '/LV Path/ {p=$3} /LV Name/ {n=$3} /VG Name/ {v=$3} /Block device/ {d=$3; sub(".*:", "/dev/dm-", d); printf "%s\t%s\t%s\n", p, "/dev/mapper/"v"-"n, d}' Would like to know if there is any shorter method to get this mapping of... (2 Replies)
Discussion started by: royalibrahim
2 Replies

10. UNIX for Beginners Questions & Answers

Convert Relative path to Absolute path, without changing directory to the file location.

Hello, I am creating a file with all the source folders included in my git branch, when i grep for the used source, i found source included as relative path instead of absolute path, how can convert relative path to absolute path without changing directory to that folder and using readlink -f ? ... (4 Replies)
Discussion started by: Sekhar419
4 Replies
sensors(1)							Linux User's Manual							sensors(1)

NAME
sensors - printing sensors information SYNOPSIS
sensors [ options ] [ chips ] DESCRIPTION
sensors is used to show the current readings of all sensor chips, and to set all limits as specified in the configuration file. sensors knows about certain chips, and outputs nicely formatted readings for them; but it can also display the information of unknown chips, as long as libsensors knows about them. OPTIONS
-c config-file Specify a configuration file. If no file is specified, the name `sensors.conf' is used. If the name does not contain a directory slash, or this parameter is not present, the following path is examined: /etc, /usr/lib/sensors, /usr/local/lib/sensors, /usr/lib, /usr/local/lib, . -h Prints a help text -s Evaluates all `set' statements in the configuration file. You must probably be `root' to do this. If this parameter is not speci- fied, no `set' statement is evaluated. -A Do not show adapter and algorithm for each chipset. -u Treats all chips as unknown ones. Output will be of much lower quality; this option is only added for testing purposes. -v Returns the program version. -f Prints the temperatures in degrees Fahrenheit instead of Celsius. FILES
/etc/sensors.conf The system wide configuration file. See sensors.conf(5) for further details. CONFORMING TO
lm_sensors-2.x SEE ALSO
sensors.conf(5) June 2, 2002 sensors(1)
All times are GMT -4. The time now is 09:04 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy