Search results

  1. mievmk

    problem after update

    pkg_add -r p5-Unicode-Map8 And then send-pr?
  2. mievmk

    Error Compiling Firebird 2x

    Try make WITHOUT_IPC_CLEANUP=YES
  3. mievmk

    Apache22 umask

    I simply added www to special login class, as it described at login.conf(5), and set umask for it
  4. mievmk

    Unable to build php extensions.

    I wrote about it before.. portupgrade -f lang/php5
  5. mievmk

    Nginx 0.8.53_1 and Phusion Passenger module

    Little hack to Makefile in "CONFIGURE_ARGS+=" with --add-module=/path/to/passenger will save you ;-)
  6. mievmk

    checkinstall equivalent

    This is the only right way, IMHO http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/
  7. mievmk

    Apache or php problem (i think) (http.core dump)

    Not curable means not curable. PHP (in this case - mod_php5, but this situation is typical for cgi, fast-cgi and fpm too) catches segfault on exit, when request was processed and client recieved its result. On some kind of freeing memory (_zend_mm_free_int, look gogle for many bugs). I saw it on...
  8. mievmk

    Apache or php problem (i think) (http.core dump)

    Saw it nany times. Not curable, IMHO.
  9. mievmk

    Cannot find autoconf

    You can simply portupgrade -f php5 to avoid this problem
  10. mievmk

    mc-4.7.4 make error,libslang.so: undefined reference to `tgetnum'

    # pkg_info | grep slang libslang2-2.2.2_1 Routines for rapid alpha-numeric terminal applications deve
Back
Top