php: symbol lookup error: /usr/lib/php5/20060613+lfs/apm.so: undefined symbol: php_json_encode
11 views
Skip to first unread message
proofek
unread,
Nov 2, 2010, 11:51:33 AM11/2/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Alternative PHP Monitor - Dev
Hiya guys,
I've been trying to set up apm today and I got until a point when I
get this error. It's triggered when I call apm_get_sqlite_events and
want it to return data in json format, not html.
PHP version: 5.2.6
I am able to use json_encode from within php itself. I am guessing I
am missing a header file or something...