User Profile

Collapse

Profile Sidebar

Collapse
achalsaraiya
achalsaraiya
Last Activity: May 6 '10, 12:43 PM
Joined: Mar 22 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • achalsaraiya
    replied to Cross compiling PHP
    in PHP
    I am facing same problem, i am building it for mips processor. i had configure using
    Code:
    ./configure --host=mips-linux
    and then edited the makefile and replace gcc with crosscomplier gcc but it gave me compilation error
    Code:
    cc1: error: unrecognized command line option "-fvisibility=hidden"
    did anyone tried compiling php for cross platform
    See more | Go to post

    Leave a comment:


  • achalsaraiya
    replied to Call to undefined function snmpget()
    in PHP
    Hi,
    My problem is resolved, i had build php using new source code and build using following parameters

    ./configure --enable-ucd-snmp-hack --with-openssl=/usr --with-snmp and my problem got solve, previously i was building only with

    ./configure --enable-ucd-snmp-hack --with-openssl=/usr

    Thanks Atli for your quick response..
    See more | Go to post

    Leave a comment:


  • achalsaraiya
    replied to Call to undefined function snmpget()
    in PHP
    Hi Atli,
    thanks for quick reply, in my machine we have installed using rpm, so i installed one rpm relevent to snmp and php, then also it gave same problem as before, it runs fine when php script is executed from terminal, but gives call to undefine function snmpget() when it is run from browser its web..

    So what i belive that snmp package of php is running fine, but is it possible that the problem is between interface with apache...
    See more | Go to post

    Leave a comment:


  • achalsaraiya
    started a topic Call to undefined function snmpget()
    in PHP

    Call to undefined function snmpget()

    I am using "PHP 5.2.4 (cli) (built: Nov 17 2009 16:22:15)" build, apache 2.
    when i am executing the php script with snmpget() function it works fine, while when i ran it through web it gives "Call to undefined function snmpget()" error.
    See more | Go to post
No activity results to display
Show More
Working...