Skip to content

/usr/bin/ld: cannot find -ltidy #190

@skynet

Description

@skynet

Installed tidy-html5:

git clone https://github.com/htacg/tidy-html5.git
cd tidy-html5
cd build/cmake
cmake ../.. -DBUILD_SHARED_LIB:BOOL=ON
make
make install

Building php-5.6.7 from source I get this:

/usr/bin/ld: cannot find -ltidy
collect2: error: ld returned 1 exit status
make: *** [libphp5.la] Error 1

Am I missing something here?

I used to do:

git clone https://github.com/ermshiperete/tidy-html5.git
cd tidy-html5
sh build/gnuauto/setup.sh
./configure
make
make install

which actually worked.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions