Hello,

I am trying to build pound 2.4.4 against PCRE and google-perftools.

(a) installed PCRE using "yum install pcre-devel"

(b) downloaded, extracted, and built the google-perftools from the google
code site. Using version 1.3. No problems here.

(c) added "/usr/local/lib" to the ld.so.conf just to be sure (that's where
the tmalloc libs are located).

(d) ran "./configure" in the pound source directory

(e) ran "make"

Got this error:

# make
gcc  -pthread -o pound pound.o http.o config.o svc.o -lpcreposix -lssl
-lcrypto -lresolv -ldl   -lm -ltcmalloc
pound.o: In function `main':
/opt/Pound-Perf-2.4.4/pound.c:421: undefined reference to `rpl_malloc'
/opt/Pound-Perf-2.4.4/pound.c:428: undefined reference to `rpl_malloc'
http.o: In function `get_headers':
/opt/Pound-Perf-2.4.4/http.c:386: undefined reference to `rpl_malloc'
/opt/Pound-Perf-2.4.4/http.c:404: undefined reference to `rpl_malloc'
config.o: In function `file2str':
/opt/Pound-Perf-2.4.4/config.c:602: undefined reference to `rpl_malloc'
config.o:/opt/Pound-Perf-2.4.4/config.c:113: more undefined references to
`rpl_malloc' follow
collect2: ld returned 1 exit status
make: *** [pound] Error 1

This is on an updated CentOS 5.3 (ran yum update just before all of this).

Any ideas?

-- Jake


====================================================
 _____   _____  |Beyond Ordinary Software Solutions|
|  _  \ /  _  \ |-----------------------------------
| |_| | | | | | |Jacob W Anderson, MCP   Consultant|
|  _  { | | | | |E: [email protected]        |
| |_| | | |_| | |P: 858-361-2384                   |
|_____/ \_____/ |W: http://www.beyond-ordinary.com |
====================================================
.O. | Beyond Ordinary is a California Corporation  |
..O | based in San Diego, CA.                      |
OOO | -*- Certified Java 2 Programmer -*-          |
====================================================
| Need a Job? http://www.accessquery.com           |
====================================================
| Need a plan? http://www.extremeplannerlive.com   |
====================================================
If you think it's expensive to hire a professional to
do the job, wait until you hire an amateur.

This e-mail, including attachments, may include confidential and/or
proprietary information, and may be used only by the person or entity to
which it is addressed. If the reader of this e-mail is not the intended
recipient or his or her authorized agent, the reader is hereby notified that
any dissemination, distribution or copying of this e-mail is prohibited. If
you have received this e-mail in error, please notify the sender by replying
to this message and delete this e-mail immediately.  





--
To unsubscribe send an email with subject unsubscribe to [email protected].
Please contact [email protected] for questions.

Reply via email to