Advertisement
Guest User

Untitled

a guest
Jul 9th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. /usr/bin/ld: cannot find -lmysqlclient
  2. /usr/bin/ld: cannot find -lz
  3. collect2: error: ld returned 1 exit status
  4. Makefile:56: recipe for target 'server' failed
  5.  
  6. server: $(OBJS)
  7. $(CC) $(LDRFLAGS) -o server $(OBJS) -lmysqlclient -lm -lz -ldl -lpthread
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement