Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trying to install on ubuntu #5

Open
niheibu opened this issue Mar 29, 2015 · 1 comment
Open

Trying to install on ubuntu #5

niheibu opened this issue Mar 29, 2015 · 1 comment

Comments

@niheibu
Copy link

niheibu commented Mar 29, 2015

When I trying to install on ubuntu 14.04 LTS I have an error:

ccc@ubuntu:/Desktop/mysql-udf-regexp/regexp$ sudo make install
if /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT regexp_la-regexp.lo -MD -MP -MF ".deps/regexp_la-regexp.Tpo" -c -o regexp_la-regexp.lo test -f 'regexp.c' || echo './'regexp.c;
then mv -f ".deps/regexp_la-regexp.Tpo" ".deps/regexp_la-regexp.Plo"; else rm -f ".deps/regexp_la-regexp.Tpo"; exit 1; fi
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT regexp_la-regexp.lo -MD -MP -MF .deps/regexp_la-regexp.Tpo -c regexp.c -fPIC -DPIC -o .libs/regexp_la-regexp.o
regexp.c:56:23: fatal error: my_global.h: No such file or directory
#include <my_global.h>
^
compilation terminated.
make: *** [regexp_la-regexp.lo] Error 1
ccc@ubuntu:
/Desktop/mysql-udf-regexp/regexp$ locate my_global.h
/usr/include/mysql/my_global.h
Please help

@Alaanor
Copy link

Alaanor commented Nov 18, 2015

same here (Same version: Ubuntu 14.04 LTS)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants