issue with LIBEVENT_LDFLAGS

Bug #1094413 reported by Remi Collet
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
libmemcached
Fix Released
Low
Brian Aker

Bug Description

During build

  CXXLD example/memcached_light
g++: error: @LIBEVENT_LDFLAGS@: No such file or directory

I think @LIBEVENT_LDFLAGS@ (not defined) should be @LIBEVENT_LIB@ (defined)

Related branches

Brian Aker (brianaker)
Changed in libmemcached:
milestone: none → 1.0.16
assignee: nobody → Brian Aker (brianaker)
importance: Undecided → Low
status: New → In Progress
Brian Aker (brianaker)
Changed in libmemcached:
status: In Progress → Fix Committed
Revision history for this message
Linuxpham (thaihoabo) wrote :

You can use these steps :

1/ vi Makefile
2/ find @LIBEVENT_LDFLAGS@ and change to it the libevent path

ex:
Change : @LIBEVENT_LDFLAGS@ => -L/usr/local/lib

Build again.

Brian Aker (brianaker)
Changed in libmemcached:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.