Post
Topic
Board Mining software (miners)
Re: CGMINER CPU/GPU miner overclock monitor fanspeed in C linux/windows/osx 2.0.7
by
Tartarus
on 10/11/2011, 22:06:22 UTC
Code:
/usr/bin/ld: cgminer-adl.o: undefined reference to symbol 'dlopen@@GLIBC_2.1'

Can anyone help me on this?
I have all *.h files from the AMD-ADL-SDK copied to the corresponding folder.

configure-procedure went through just fine
Code:
------------------------------------------------------------------------
cgminer 2.0.7
------------------------------------------------------------------------


Configuration Options Summary:

  OpenCL...............: FOUND. GPU mining support enabled
  ADL..................: SDK found, GPU monitoring support enabled
  ASM..................: true

Compilation............: make (or gmake)
  CPPFLAGS.............:
  CFLAGS...............: -O2 -Wall -march=native
  LDFLAGS..............:  -lpthread -ldl

Installation...........: make install (as root if needed, with 'su' or 'sudo')
  prefix...............: /usr/local
I tried both... the latest git sources and the tarball provided.

Hmm - have you actually installed the SDK as per the instructions?
(and what version of the SDK did you install?)

AMD APP SDK 2.4
I do not have ADL SDK installed - just took the *.h files from version 3.0

If you do a 'make clean' then 'make' does it work?  It looks like you've got some stale objects around perhaps...