WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: LAMP environment  (Read 14524 times)

Offline MrToga

  • Full Member
  • ***
  • Posts: 142
Re: LAMP environment
« Reply #105 on: May 03, 2022, 04:44:05 AM »
Hi juanito,

I also tried this but still he can't found it
I get this error :
-sh: -DCURSES_CURSES_LIBRARY=/usr/local/lib/libncursesw.so: not found
« Last Edit: May 03, 2022, 04:50:09 AM by MrToga »
It's fine

Offline MrToga

  • Full Member
  • ***
  • Posts: 142
Re: LAMP environment
« Reply #106 on: May 03, 2022, 04:55:19 AM »
Update :

I tried to run this :
Code: [Select]
sudo cmake \-DCURSES_CURSES_LIBRARY=/usr/local/lib/libncursesw.so \-DCURSES_FORM_LIBRARY=/usr/local/lib/libformw.so \-DCURSES_INCLUDE_PATH=/usr/local/include/ncursesw \-DCURSES_NCURSES_LIBRARY=/usr/local/lib/libncursesw.soAnd now I get this error :
Code: [Select]
Cmake Error at storage/xtradb/CMakeLists.txt:507 (MESSAGE):
Percona XtraDB is not supported on this plateform
It's fine

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: LAMP environment
« Reply #107 on: May 03, 2022, 05:08:29 AM »

Offline MrToga

  • Full Member
  • ***
  • Posts: 142
Re: LAMP environment
« Reply #108 on: May 03, 2022, 05:38:01 AM »
Any toughts on this one?
It's fine

Offline MrToga

  • Full Member
  • ***
  • Posts: 142
Re: LAMP environment
« Reply #109 on: May 03, 2022, 05:49:46 AM »
Update :

Strange thing appened I just reboot my rasp decompressed my mariadb run the previous command and now it work i'm currently doing my make
It's fine

Offline MrToga

  • Full Member
  • ***
  • Posts: 142
Re: LAMP environment
« Reply #110 on: May 03, 2022, 05:56:51 AM »
And now I get this error during the make
It's fine

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: LAMP environment
« Reply #111 on: May 03, 2022, 06:04:33 AM »
This looks like mariadb expects an older version of OpenSSL?

You could try a newer version of mariadb?

Offline MrToga

  • Full Member
  • ***
  • Posts: 142
Re: LAMP environment
« Reply #112 on: May 03, 2022, 06:05:47 AM »
I could but I don't find any version for RPI (or I just don't know) here the link for the version :
 https://mariadb.com/downloads/
It's fine

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: LAMP environment
« Reply #113 on: May 03, 2022, 06:19:18 AM »
Hi MrToga
There's a more recent version here:
http://tinycorelinux.net/12.x/x86_64/tcz/src/mariadb/

Offline MrToga

  • Full Member
  • ***
  • Posts: 142
Re: LAMP environment
« Reply #114 on: May 03, 2022, 06:39:38 AM »
Hi guys,
The version Rich linked work but now I got this problem :
During the make I get an error that said I don't have space left on the device I'm currently compiling in /home/tc
The error : /usr/local/bin/Id: final link failed: no space left on device
Where can I compile this to get enough space ?
While using the command df | less I saw that I have 14.4G available on my /mnt/mmblk0p2 can I compile here or I am stuck?
« Last Edit: May 03, 2022, 06:43:31 AM by MrToga »
It's fine

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: LAMP environment
« Reply #115 on: May 03, 2022, 06:46:58 AM »
Hi MrToga
Yes. Make a directory on  /mnt/mmblk0p2  and build it there. The build may take longer, but you should not
run out of space.

Offline MrToga

  • Full Member
  • ***
  • Posts: 142
Re: LAMP environment
« Reply #116 on: May 03, 2022, 06:48:50 AM »
Do I need to just put my mariadb directory in /mnt/mmblk0p2 ?
It's fine

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: LAMP environment
« Reply #117 on: May 03, 2022, 06:54:58 AM »
Hi MrToga
That should be sufficient. What else did you think you might need?

Offline MrToga

  • Full Member
  • ***
  • Posts: 142
Re: LAMP environment
« Reply #118 on: May 03, 2022, 07:03:36 AM »
Hi Rich,

I get another error :
Code: [Select]
/home/tc/mariadb-10.5.8/strings/ctype-cp932.c:34891:1: fatal error: error writing to /tmp/cc07N1G8.s : no space left on device
Maybe the make still compile in /home/tc ?
It's fine

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: LAMP environment
« Reply #119 on: May 03, 2022, 07:15:39 AM »
Hi MrToga
After you created a source directory and unpacked the source package on  /mnt/mmblk0p2 , did you remove
it from  /tmp  to free up that space?

Also, any commands used for compiling that reference  /tmp  should be changed to point to  /mnt/mmblk0p2.