Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. sudo make check
  2. gcc -g -O2 -pthread -o pushpoold hist.o htab.o anet.o config.o msg.o server.o util.o db-sqlite.o db-mysql.o db-postgresql.o -lcurl -Wl,-Bsymbolic-functions -levent -lpthread -ljansson -lcrypto -lz -lmemcached -lsqlite3 -Wl,-Bsymbolic-functions -rdynamic -L/usr/lib/mysql -lmysqlclient -L/usr/lib -lpq
  3. server.o: In function `http_handle_req':
  4. /home/spencer/Desktop/pushpool/server.c:740: undefined reference to `evbuffer_get_length'
  5. /home/spencer/Desktop/pushpool/server.c:742: undefined reference to `evbuffer_pullup'
  6. collect2: ld returned 1 exit status
  7. make: *** [pushpoold] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement