View Single Post
Old 20th August 2015
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,977
Default

Wrong tidy. That's a binary from www/tidyp. I know, because I have databases/pkglocatedb installed.
Code:
$ pkglocate bin/tidy
tidyp-1.04p1v0:www/tidyp:/usr/local/bin/tidy
tidyp-1.04p1v0:www/tidyp:/usr/local/bin/tidyp
$
Here's what I know about the php-tidy I installed:
Code:
$ pkg_info -L php-tidy
Information for inst:php-tidy-5.6.10

Files:
/usr/local/lib/php-5.6/modules/tidy.so
/usr/local/share/examples/php-5.6/tidy.ini


$ ldd /usr/local/lib/php-5.6/modules/tidy.so
/usr/local/lib/php-5.6/modules/tidy.so:
    Start     End      Type Open Ref GrpRef Name
    09bf5000 29bfa000 dlib 1    0    0      /usr/local/lib/php-5.6/modules/tidy.so
    0ad31000 2ad48000 rlib 0    1    0      /usr/local/lib/libtidyp.so.0.0
    043da000 243df000 rlib 0    2    0      /usr/lib/libpthread.so.18.1
$
Reply With Quote