Opened 7 years ago
Closed 7 years ago
#6 closed defect (worksforme)
Error on make install on freebsd
| Reported by: | Adam | Owned by: | somebody |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | component1 | Version: | |
| Keywords: | Cc: | ||
| Application: | PHP Version: | ||
| Other Exts: | SAPI: | ||
| Probability: | Blocked By: | ||
| Blocking: |
Description
Libraries have been installed in:
/usr/local/src/xcache/build/modules
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
/usr/local/src/xcache/build/shtool: not found
* Error code 127
Change History (2)
comment:1 Changed 7 years ago by moo
comment:2 Changed 7 years ago by moo
- Resolution set to worksforme
- Status changed from new to closed
i have xcache/build/shtool after phpize, under fbsd
Note: See
TracTickets for help on using
tickets.


do u have problem with other php extension? as the build(and install) system is introduced by php, generated by running phpize. you might have something lost or not installed in your build system.
in php-src/ Makefile:
phpize build system need all that excluding the install-sapi install-pear