Join/Login
Business Software
Open Source Software
For Vendors
Blog
About
More
Articles
Create
SourceForge Podcast
Site Documentation
Subscribe to our Newsletter
Support Request
For Vendors
Help
Create
Join
Login
Business Software
Open Source Software
SourceForge Podcast
Resources
Articles
Case Studies
Blog
Menu
Help
Create
Join
Login
Home
Browse
ICRadius
Discussion
Install Errors - undefined reference
Brought to you by:
bradrathbun
,
chris_joyce
Summary
Files
Reviews
Support
Mailing Lists
Tickets ▾
Bugs
Support Requests
Patches
Feature Requests
News
Discussion
Code
Menu
▾
▴
Create Topic
Stats Graph
Forums
Open Discussion
2
Help
28
Help
Formatting Help
Install Errors - undefined reference
Forum:
Help
Creator:
Michael Silvers
Created:
2004-04-20
Updated:
2004-04-20
Michael Silvers
-
2004-04-20
Hi. I am trying to install ICRadius. I am running a SuSe machine. I have MySQL 4.0.16 installed. I have changed the Makefile to point to the libmysqlclient.a file directory. I am running into another problem. The error I am receiving is as follows:
gcc -L/usr/local/mysql/lib -o radiusd radiusd.o dict.o files.o filters.o util.o md5.o attrprint.o acct.o radius.o pam.o log.o version.o proxy.o exec.o auth.o mysql.o timestr.o cache.o sql_module.o -lmysqlclient -lm -lcrypt
/usr/local/mysql/lib/libmysqlclient.a(my_compress.o)(.text+0xb4): In function `my_compress_alloc':
undefined reference to `compress'
/usr/local/mysql/lib/libmysqlclient.a(my_compress.o)(.text+0x12a): In function `my_uncompress':
undefined reference to `uncompress'
collect2: ld returned 1 exit status
make: *** [radiusd] Error 1
I can not figure this one out... any ideas?
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Log in
to post a comment.
✕
collect2: ld returned 1 exit status
make: *** [radiusd] Error 1
I can not figure this one out... any ideas?
Thanks